gnu: apl: Upgrade to 1.3.
* gnu/packages/apl.scm (apl): Upgrade to 1.3.
This commit is contained in:
parent
92b144d422
commit
31e7909b4f
|
@ -28,14 +28,14 @@
|
||||||
(define-public apl
|
(define-public apl
|
||||||
(package
|
(package
|
||||||
(name "apl")
|
(name "apl")
|
||||||
(version "1.2")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/apl/apl-" version ".tar.gz"))
|
(uri (string-append "mirror://gnu/apl/apl-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v9jn4hrg4w3hyw4lsj8cys9aqsmrc1x4k0g5f67psgzgd45a4xb"))))
|
"1pkwlm0nf5vb8sp9hf9wjmsrsyr4vdpd4kv5y3hzmsgf3wcf8y3i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://www.gnu.org/software/apl/")
|
(home-page "http://www.gnu.org/software/apl/")
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue