3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: kawa: Update to 3.1.1.

* gnu/packages/kawa.scm (kawa): Update to 3.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-04-14 07:06:28 +02:00
parent ea607b3551
commit c206b83985
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -28,14 +28,13 @@
(define-public kawa
(package
(name "kawa")
(version "3.0")
(version "3.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://gnu/kawa/kawa-" version ".tar.gz"))
(sha256
(base32
"1k9qpydc64ar4aqyg3q7jmmxy503ayj85227qfhc5n6ngchqavhy"))))
(base32 "06g015zjlfgsx0n4lb326czkbf1grlx0n6dx074m808hdg6m16lc"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-build? #f