me
/
guix
Archived
1
0
Fork 0

gnu: liblcf: Update to 0.7.0.

* gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
Nicolas Goaziou 2022-01-18 00:57:11 +01:00
parent 65b2b14235
commit 7c80c0dd08
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
(define-public liblcf
(package
(name "liblcf")
(version "0.6.2")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -48,7 +48,7 @@
"/liblcf-" version ".tar.gz"))
(sha256
(base32
"0n2k4brd264jg9p6918x7dnb2iimpzjh8q3v1fws58450xbgnkqc"))))
"10ghpwww5r3iwlaw1mvf6kamn142nyr2zwdabqghy3k4xv837cih"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))