GNU bug report logs -
#60174
[PATCH] gnu: rust-lock-api-0.4: Update to 0.4.6.
Previous Next
To reply to this bug, email your comments to 60174 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60174
; Package
guix-patches
.
(Sun, 18 Dec 2022 09:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Reza Alizadeh Majd <r.majd <at> pantherx.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 18 Dec 2022 09:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-lock-api-0.4): Update to 0.4.6.
---
gnu/packages/crates-io.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f0f40207b9..f822b6856b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31037,7 +31037,7 @@ (define-public rust-locale-config-0.3
(define-public rust-lock-api-0.4
(package
(name "rust-lock-api")
- (version "0.4.5")
+ (version "0.4.6")
(source
(origin
(method url-fetch)
@@ -31045,7 +31045,7 @@ (define-public rust-lock-api-0.4
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "028izfyraynijd9h9x5miv1vmg6sjnw1v95wgm7f4xlr7h4lsaki"))))
+ "0frbbqqiwngg33xrc69xagi4rqqk62msllr7z95mlbjaxzbkv548"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
--
2.37.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#60174
; Package
guix-patches
.
(Sun, 18 Dec 2022 10:34:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 60174 <at> debbugs.gnu.org (full text, mbox):
after updating the following packages:
- rust-tokio-1 from `1.15.0` to `1.22.0`[1]
- `rust-parking-lot-0.11` package to `rust-parking-lot-0.12`[2]
build fails for the packages that use these two as dependency: https://ci.guix.gnu.org/build/222062/details
since `rust-parking-lot-0.12` depends on the `lock_api@^0.4.6` crate[3], I submitted this patch and updated the `rust-lock-api` package to `0.4.6`:
- [1]: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=490e2e02f8aef793e8eb9f98dc52ed18f9e74687
- [2]: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=b649b7c6b07f8cde11c2560d0e066577e2c2b854
- [3]: https://crates.io/crates/parking_lot/0.12.1/dependencies
--
Reza Alizadeh Majd
PantherX Team
https://pantherx.org
This bug report was last modified 2 years and 86 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.