guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/32: gnu: rust-universal-hash-0.5: Update to 0.5.1.


From: guix-commits
Subject: 14/32: gnu: rust-universal-hash-0.5: Update to 0.5.1.
Date: Thu, 18 Jan 2024 04:27:43 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 9ae21b5a4f5952c634bb274c25d2205a32a27ac7
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:54:02 2024 +0100

    gnu: rust-universal-hash-0.5: Update to 0.5.1.
    
    * gnu/packages/crates-io.scm (rust-universal-hash-0.5): Update to 0.5.1.
    [source]: Add snippet to allow newer versions of dependencies.
    
    Change-Id: I22cfbb7c8f39de0d5d640541732604639ff95444
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c242801d20..2da5a8bf62 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -80964,14 +80964,18 @@ clear display in the output.")
 (define-public rust-universal-hash-0.5
   (package
     (name "rust-universal-hash")
-    (version "0.5.0")
+    (version "0.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "universal-hash" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1dfqh2jnf4pz2cr9v4adpyxinz658vadlbwsjgigf6cs7jvn0cbx"))))
+        (base32 "1sh79x677zkncasa95wz05b36134822w6qxmi1ck05fwi33f47gw"))
+       (snippet
+        #~(begin (use-modules (guix build utils))
+           (substitute* "Cargo.toml"
+             (("=2\\.4\\.1") "^2.4.1"))))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]