guix-commits
[Top][All Lists]
Advanced

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

02/17: gnu: rust-half: Update to 1.7.1.


From: guix-commits
Subject: 02/17: gnu: rust-half: Update to 1.7.1.
Date: Sun, 23 Jan 2022 14:00:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit f95d4b9ae9f0624ea3aa1b5637e477e4943e097a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jan 23 18:37:28 2022 +0100

    gnu: rust-half: Update to 1.7.1.
    
    * gnu/packages/crates-io.scm (rust-half-1): Update to 1.7.1.
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a89c9ea420..732454df98 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24945,16 +24945,14 @@ of gzip files based on the gzip header implementation 
in the @code{flate2} crate
 (define-public rust-half-1
   (package
     (name "rust-half")
-    (version "1.6.0")
+    (version "1.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "half" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0xq1qkbfwnxv72b2fakgi5ai0j8arw38whwxgxs3rp1fz28anvyk"))))
+        (base32 "1wzavaaaa2jwkm4i1dbglmwjfsdhn4n73wrkbdzllaynlams5b32"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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