guix-commits
[Top][All Lists]
Advanced

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

30/37: gnu: rust-signature-derive-1: Update to 1.0.0-pre.7.


From: guix-commits
Subject: 30/37: gnu: rust-signature-derive-1: Update to 1.0.0-pre.7.
Date: Thu, 18 Jan 2024 13:27:06 -0500 (EST)

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

commit f3a0e061c566f10bbfff7b0017613a9bd51b4d40
Author: Wilko Meyer <w@wmeyer.eu>
AuthorDate: Mon Jan 8 02:53:34 2024 +0100

    gnu: rust-signature-derive-1: Update to 1.0.0-pre.7.
    
    * gnu/packages/crates-io.scm (rust-signature-derive-1): Update to 
1.0.0-pre.7.
    
    Change-Id: I254fd493e0b75d979a08773dbd7395241f4b4429
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 1fba1c2bd8..1029bb5d71 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67288,14 +67288,14 @@ for additional details.")
   (package
     (inherit rust-signature-derive-2)
     (name "rust-signature-derive")
-    (version "1.0.0-pre.4")
+    (version "1.0.0-pre.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "signature_derive" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0p1x0wv6grrgdn226m9rsqpcnpfwkpji7rjpalkbk1ynv0xpvf57"))))
+        (base32 "03wj342zvljknqwg3qbc9acrcsrzhdp1d2d6pfrh4p1b087k3rln"))))
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs



reply via email to

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