mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: scheme48: Update to 1.9.3.
* gnu/packages/scheme.scm (scheme48): Update to 1.9.3. Change-Id: I28a0646dce4010274199b86a1d5551c74d4e9d5e
This commit is contained in:
parent
c08ab89f67
commit
0587006ab1
1 changed files with 2 additions and 2 deletions
|
@ -416,14 +416,14 @@ mashups, office (web agendas, mail clients, ...), etc.")
|
|||
(define-public scheme48
|
||||
(package
|
||||
(name "scheme48")
|
||||
(version "1.9.2")
|
||||
(version "1.9.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://s48.org/" version
|
||||
"/scheme48-" version ".tgz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1x4xfm3lyz2piqcw1h01vbs1iq89zq7wrsfjgh3fxnlm1slj2jcw"))
|
||||
"0k4hygd0k22g5shnm5wxg6vdz6qzs40mid1iz2q10hd1zkrskxbf"))
|
||||
(patches (search-patches "scheme48-tests.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(home-page "https://s48.org/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue