guix-commits
[Top][All Lists]
Advanced

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

75/134: gnu: rust-tap-1: Update to 1.0.1.


From: guix-commits
Subject: 75/134: gnu: rust-tap-1: Update to 1.0.1.
Date: Sat, 22 Jan 2022 07:39:21 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 124b5c148368bf6249a082f963d392de5cf83527
Author: Aleksandr Vityazev <avityazev@posteo.org>
AuthorDate: Mon Jan 17 13:28:37 2022 +0000

    gnu: rust-tap-1: Update to 1.0.1.
    
    * gnu/packages/crates-io.scm (rust-tap-1): Update to 1.0.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5d10756dc2..0bc793b72b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -57152,16 +57152,14 @@ without a mutable reference.")
 (define-public rust-tap-1
   (package
     (name "rust-tap")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "tap" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "13h7rw3zg3qyb4wrri8l6xbd1wrxd2rq29sqxnkd7zqs5mrlwirn"))))
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "tap" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0sc3gl4nldqpvyhqi3bbd0l9k7fngrcl4zs47n314nqqk4bpx4sm"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/myrrlyn/tap";)
     (synopsis "Generic extensions for tapping values in Rust")



reply via email to

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