[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: guile-lzlib: Update to 0.0.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: guile-lzlib: Update to 0.0.2. |
Date: |
Mon, 28 Sep 2020 05:39:40 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new af56f60 gnu: guile-lzlib: Update to 0.0.2.
af56f60 is described below
commit af56f60ef0394b35ab7926d10a4f825c2b1245f6
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Sep 28 11:39:16 2020 +0200
gnu: guile-lzlib: Update to 0.0.2.
* gnu/packages/guile.scm (guile-lzlib): Update to 0.0.2.
---
gnu/packages/guile.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 280053b..74f4e5a 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -823,7 +823,7 @@ Guile's foreign function interface.")
(define-public guile-lzlib
(package
(name "guile-lzlib")
- (version "0.0.1")
+ (version "0.0.2")
(source
(origin
(method url-fetch)
@@ -833,7 +833,7 @@ Guile's foreign function interface.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0rdmszn1qix085ci2mddwq5cypipc004fk7arrrkgn9bv39hazza"))))
+ "11sggvncyx08ssp1s5xii4d6nskh1qwqihnbpzzvkrs7sivxn8w6"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: guile-lzlib: Update to 0.0.2.,
guix-commits <=