gnu: guile-file-names: Update to 0.3.

* gnu/packages/guile-xyz.scm (guile-file-names): Update to 0.3.
This commit is contained in:
Jelle Licht 2019-12-06 22:22:07 +01:00
parent 0d250889fd
commit 72a0706f44
No known key found for this signature in database
GPG key ID: DA4597F947B41025

View file

@ -2218,7 +2218,7 @@ (define-public python-on-guile
(define-public guile-file-names
(package
(name "guile-file-names")
(version "0.2")
(version "0.3")
(source (origin
(method url-fetch)
(uri (string-append "http://brandon.invergo.net/software/download/"
@ -2226,7 +2226,7 @@ (define-public guile-file-names
version ".tar.gz"))
(sha256
(base32
"1kwx5hanl40960w2nhyga7ry4l6c3c57zdrihk4yajj87vn3pmi8"))))
"01chizdxkhw6aqv629vxka9f5x3534ij7r0jqndawsg2vxm1r9sz"))))
(build-system gnu-build-system)
(arguments
`(#:phases