gnu: rename: Update to 0.35.
* gnu/packages/admin.scm (rename): Update to 0.35.
This commit is contained in:
parent
e96ba83fae
commit
2fee261331
|
@ -865,7 +865,7 @@ over ssh connections.")
|
||||||
(define-public rename
|
(define-public rename
|
||||||
(package
|
(package
|
||||||
(name "rename")
|
(name "rename")
|
||||||
(version "0.20")
|
(version "0.35")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -873,7 +873,7 @@ over ssh connections.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1cf6xx2hiy1xalp35fh8g73j67r0w0g66jpcbc6971x9jbm7bvjy"))))
|
"052iqmn7ya3w1nadpiyavmr3rx566r0lbflx94y8b5wx9q5c16rq"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)
|
`(("perl-module-build" ,perl-module-build)
|
||||||
|
|
Loading…
Reference in New Issue