3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: perl-file-basedir: Update to 0.08.

* gnu/packages/freedesktop.scm (perl-file-basedir): Update to 0.08.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-17 21:03:44 +01:00
parent 0f7514580b
commit 12c069dbcf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1131,7 +1131,7 @@ manually by a user.")
(define-public perl-file-basedir
(package
(name "perl-file-basedir")
(version "0.07")
(version "0.08")
(source
(origin
(method url-fetch)
@ -1139,7 +1139,7 @@ manually by a user.")
"File-BaseDir-" version ".tar.gz"))
(sha256
(base32
"0aq8d4hsaxqibp36f773y6dfck7zd82v85sp8vhi6pjkg3pmf2hj"))))
"1qq5ag9zffx8zc5i9b4z03ar80pqj4drgk3vjdlyfapjwb9zqrf0"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)