[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: guile-config: Update to 0.1.1.
From: |
Andreas Enge |
Subject: |
01/01: gnu: guile-config: Update to 0.1.1. |
Date: |
Thu, 18 Feb 2016 19:47:09 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 3c98acb79bf7731a66a475e8768b780c2f3cdd17
Author: Alex Sassmannshausen <address@hidden>
Date: Thu Feb 18 10:24:52 2016 +0100
gnu: guile-config: Update to 0.1.1.
* gnu/packages/guile.scm (guile-config): Update to 0.1.1.
Signed-off-by: Andreas Enge <address@hidden>
---
gnu/packages/guile.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 0643dc6..7558564 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -735,7 +735,7 @@ interface for reading articles in any format.")
(define-public guile-config
(package
(name "guile-config")
- (version "0.1")
+ (version "0.1.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -743,7 +743,7 @@ interface for reading articles in any format.")
".tar.gz"))
(sha256
(base32
- "0fcj2d91z7nhm9k79zkc826l8i06khqvp3d641wik9s3hv6qjya2"))))
+ "1b719bn192f9wg24rr0zx8jpmygsvyhfi35iy778pb5p392snrn8"))))
(build-system gnu-build-system)
(inputs
`(("guile" ,guile-2.0)))