me
/
guix
Archived
1
0
Fork 0

gnu: kawa: Update to 3.1.1.

* gnu/packages/kawa.scm (kawa): Update to 3.1.1.
master
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
1 changed files with 2 additions and 3 deletions

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