guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: rust-autocfg-1.0: Update to 1.0.1.


From: guix-commits
Subject: 01/10: gnu: rust-autocfg-1.0: Update to 1.0.1.
Date: Mon, 31 Aug 2020 05:07:02 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cd862cca18ed29cf9dc485b2220fd94ef9640d17
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Aug 31 11:35:32 2020 +0300

    gnu: rust-autocfg-1.0: Update to 1.0.1.
    
    * gnu/packages/crates-io.scm (rust-autocfg-1.0): Update to 1.0.1.
---
 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 443dda1..cbb52fa 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -1031,7 +1031,7 @@ Mac, and Unix.")
 (define-public rust-autocfg-1.0
   (package
     (name "rust-autocfg")
-    (version "1.0.0")
+    (version "1.0.1")
     (source
      (origin
        (method url-fetch)
@@ -1040,7 +1040,7 @@ Mac, and Unix.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "17cv6pwb4q08s0ynpr4n8hv5299hcmhdgvdchzixfpw8y5qcgapq"))))
+         "0jj6i9zn4gjl03kjvziqdji6rwx8ykz8zk2ngpc331z2g3fk3c6d"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/cuviper/autocfg";)
     (synopsis



reply via email to

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