[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: guile: Update to 3.0.5.
From: |
guix-commits |
Subject: |
02/02: gnu: guile: Update to 3.0.5. |
Date: |
Fri, 8 Jan 2021 18:16:49 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit a687b995798d8416c53bc2441c2315925de93460
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jan 8 17:57:13 2021 +0100
gnu: guile: Update to 3.0.5.
* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.5.
---
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 40e42e6..1c983e5 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -312,14 +312,14 @@ without requiring the source code to be rewritten.")
;; TODO: Make this 'guile-3.0' on the next rebuild cycle.
(package
(inherit guile-3.0)
- (version "3.0.4")
+ (version "3.0.5")
(source (origin
(inherit (package-source guile-3.0))
(uri (string-append "mirror://gnu/guile/guile-"
version ".tar.xz"))
(sha256
(base32
- "0c8dkyvs6xbxp7rgnhkyakajzhakay7qn9kahj1mj49x5vf4fybb"))))))
+ "1wah6fq1h8vmbpdadjych1mq8hyqkd7p015cbxm14ri37l1gnxid"))))))
(define-public guile-next
(deprecated-package "guile-next" guile-3.0))