guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: skalibs: Update to 2.10.0.2.


From: guix-commits
Subject: 06/12: gnu: skalibs: Update to 2.10.0.2.
Date: Sun, 7 Mar 2021 08:47:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ca9912cb2055e33c15cdc5933c40aefb97c75510
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Mar 7 14:27:17 2021 +0100

    gnu: skalibs: Update to 2.10.0.2.
    
    * gnu/packages/skarnet.scm (skalibs): Update to 2.10.0.2.
---
 gnu/packages/skarnet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 8e8abff..5b5b232 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -30,14 +30,14 @@
 (define-public skalibs
   (package
     (name "skalibs")
-    (version "2.10.0.1")
+    (version "2.10.0.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://skarnet.org/software/skalibs/skalibs-";
                           version ".tar.gz"))
       (sha256
-       (base32 "1chwjzlh13jbrldk77h3i4qjqv8hjpvvd3papcb8j46mvj7sxysg"))))
+       (base32 "03qyi77wgcw3nzy7i932wd98d6j7nnzxc8ddl973vf5sa1v3vflb"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests exist



reply via email to

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