me
/
guix
Archived
1
0
Fork 0

gnu: guile: Add 3.0.3.

* gnu/packages/guile.scm (guile-3.0.3): New variable.
master
Ludovic Courtès 2020-06-21 23:23:23 +02:00
parent 6d7ed7c050
commit 89ab6bfbf1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 13 additions and 0 deletions

View File

@ -308,6 +308,19 @@ without requiring the source code to be rewritten.")
(files '("lib/guile/3.0/site-ccache" (files '("lib/guile/3.0/site-ccache"
"share/guile/site/3.0"))))))) "share/guile/site/3.0")))))))
(define-public guile-3.0.3
;; TODO: Make this 'guile-3.0' on the next rebuild cycle.
(package
(inherit guile-3.0)
(version "3.0.3")
(source (origin
(inherit (package-source guile-3.0))
(uri (string-append "mirror://gnu/guile/guile-"
version ".tar.xz"))
(sha256
(base32
"0fz6fgx7ran6nn0l978jmpckjc9knk4g3bddr75n0daqqmhjs95k"))))))
(define-public guile-next (define-public guile-next
(deprecated-package "guile-next" guile-3.0)) (deprecated-package "guile-next" guile-3.0))