mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
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:
parent
0d250889fd
commit
72a0706f44
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue