me
/
guix
Archived
1
0
Fork 0

gnu: guile-lzma: Update to 0.1.1.

* gnu/packages/guile.scm (guile-lzma): Update to 0.1.1.
master
Timothy Sample 2021-12-27 11:14:03 -05:00
parent 9e9489fb11
commit 9f6532c77d
No known key found for this signature in database
GPG Key ID: 2AC6A5EC1C357C59
1 changed files with 2 additions and 2 deletions

View File

@ -908,14 +908,14 @@ compression library.")
(define-public guile-lzma
(package
(name "guile-lzma")
(version "0.1.0")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://files.ngyro.com/guile-lzma/guile-lzma-"
version ".tar.gz"))
(sha256
(base32 "1f7pd3frckpwsi5p0bln4wf8xy41x0szlpy273phjdmjacw69hzb"))))
(base32 "0pnfzk92p9y5ymjq6rq619b9fy0dflv56jwg00wlvvbjssb6i1ib"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf automake guile-3.0 guile-bytestructures pkg-config))