guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: skalibs: Update to 2.9.3.0.


From: guix-commits
Subject: 04/08: gnu: skalibs: Update to 2.9.3.0.
Date: Mon, 5 Oct 2020 19:06:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f4dfdacebe1ddd622f7126a3aa29fa9ad7ffd100
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Oct 6 00:01:16 2020 +0200

    gnu: skalibs: Update to 2.9.3.0.
    
    * gnu/packages/skarnet.scm (skalibs): Update to 2.9.3.0.
---
 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 f171967..b0235eb 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -30,14 +30,14 @@
 (define-public skalibs
   (package
     (name "skalibs")
-    (version "2.9.2.1")
+    (version "2.9.3.0")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://skarnet.org/software/skalibs/skalibs-";
                           version ".tar.gz"))
       (sha256
-       (base32 "0ff551181vv9d1z5sv7yg6n4b88ajcdircs4p4nif4yl7nsrj2r5"))))
+       (base32 "0i1vg3bh0w3bpj7cv0kzs6q9v2dd8wa2by8h8j39fh1qkl20f6ph"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f                      ; no tests exist



reply via email to

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