guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: sparse: Update to 0.6.2.


From: guix-commits
Subject: 10/17: gnu: sparse: Update to 0.6.2.
Date: Mon, 29 Jun 2020 10:46:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b3808d1feb20c5482a620cb78cdd605edcfe5a0d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 29 12:47:00 2020 +0200

    gnu: sparse: Update to 0.6.2.
    
    * gnu/packages/c.scm (sparse): Update to 0.6.2.
---
 gnu/packages/c.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index 13ca6d0..8590b13 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -311,7 +311,7 @@ any other grammar rules.")
 (define-public sparse
   (package
     (name "sparse")
-    (version "0.6.1")
+    (version "0.6.2")
     (source (origin
               (method url-fetch)
               (uri
@@ -319,7 +319,7 @@ any other grammar rules.")
                               "sparse-"  version ".tar.xz"))
               (sha256
                (base32
-                "0qavyryxmhd1rf11akgn1nq3r15k11bqa3qajaq36a56r225rc7x"))))
+                "1z11chawwcmf5xxx5v52cj7wrr3warz6q5wlcjvxpif1jbga172i"))))
     (build-system gnu-build-system)
     (inputs `(("perl" ,perl)))
     (arguments



reply via email to

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