This website works better with JavaScript.
Home
Explore
Help
Sign In
guix-bioinformatics
/
guix
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
gnu: gcl: Update to 2.6.11.
* gnu/packages/lisp.scm (gcl): Update to 2.6.11.
gn-latest-20200428
Andreas Enge
6 years ago
parent
483ca9d88d
commit
237c048609
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
gnu/packages/lisp.scm
+ 2
- 2
gnu/packages/lisp.scm
View File
@@ -31,13 +31,13 @@
(define-public gcl
(package
(name "gcl")
(version "2.6.1
0
")
(version "2.6.1
1
")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/" name "/" name "-" version ".tar.gz"))
(sha256
(base32 "1
vsicv81ml7d92c87bckgkpvcshi6hzdnj44k0j6zs5mj8pzp8br
"))))
(base32 "1
77vz8z74mky5nrq6qlfvnzvb1prw8jmlv4cwfx8w7k3k818y1a4
"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f ; The build system seems not to be thread safe.
Write
Preview
Loading…
Cancel
Save