unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60174] [PATCH] gnu: rust-lock-api-0.4: Update to 0.4.6.
@ 2022-12-18  9:47 Reza Alizadeh Majd
  2022-12-18 10:32 ` Reza Alizadeh Majd
  0 siblings, 1 reply; 2+ messages in thread
From: Reza Alizadeh Majd @ 2022-12-18  9:47 UTC (permalink / raw)
  To: 60174; +Cc: Reza Alizadeh Majd

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#60174] [PATCH] gnu: rust-lock-api-0.4: Update to 0.4.6.
  2022-12-18  9:47 [bug#60174] [PATCH] gnu: rust-lock-api-0.4: Update to 0.4.6 Reza Alizadeh Majd
@ 2022-12-18 10:32 ` Reza Alizadeh Majd
  0 siblings, 0 replies; 2+ messages in thread
From: Reza Alizadeh Majd @ 2022-12-18 10:32 UTC (permalink / raw)
  To: 60174

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-18 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-18  9:47 [bug#60174] [PATCH] gnu: rust-lock-api-0.4: Update to 0.4.6 Reza Alizadeh Majd
2022-12-18 10:32 ` Reza Alizadeh Majd

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).