mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: guile-2.0/fixed: Update to 2.0.12.
* gnu/packages/guile.scm (guile-2.0/fixed): Use 'guile-2.0' unmodified.
This commit is contained in:
parent
923d9caa18
commit
4f07bb6b43
1 changed files with 1 additions and 11 deletions
|
@ -198,17 +198,7 @@ without requiring the source code to be rewritten.")
|
||||||
(define-public guile-2.0/fixed
|
(define-public guile-2.0/fixed
|
||||||
;; A package of Guile 2.0 that's rarely changed. It is the one used
|
;; A package of Guile 2.0 that's rarely changed. It is the one used
|
||||||
;; in the `base' module, and thus changing it entails a full rebuild.
|
;; in the `base' module, and thus changing it entails a full rebuild.
|
||||||
(package
|
guile-2.0)
|
||||||
(inherit guile-2.0)
|
|
||||||
(version "2.0.11")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/guile/guile-" version
|
|
||||||
".tar.xz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1qh3j7308qvsjgwf7h94yqgckpbgz2k3yqdkzsyhqcafvfka9l5f"))
|
|
||||||
(patches (search-patches "guile-arm-fixes.patch"))))))
|
|
||||||
|
|
||||||
(define-public guile-next
|
(define-public guile-next
|
||||||
(package (inherit guile-2.0)
|
(package (inherit guile-2.0)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue