1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 19:10:49 +02:00

gnu: perl-bareword-filehandles: Update to 0.007.

* gnu/packages/perl.scm (perl-bareword-filehandles): Update to 0.007.
This commit is contained in:
Efraim Flashner 2021-05-18 22:58:33 +03:00
parent 1be01d02c3
commit b81fde8013
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -621,7 +621,7 @@ error when it would have happened.")
(define-public perl-bareword-filehandles
(package
(name "perl-bareword-filehandles")
(version "0.006")
(version "0.007")
(source
(origin
(method url-fetch)
@ -630,7 +630,7 @@ error when it would have happened.")
version ".tar.gz"))
(sha256
(base32
"1yxz6likpfshpyfrgwyi7dw6ig1wjhh0vnvbcs6ypr62pv00fv5d"))))
"0zy1v746pzv3vvvpr3plpykz0vfhi940q9bfypzzhynq2qvm6d21"))))
(build-system perl-build-system)
(native-inputs
`(("perl-b-hooks-op-check" ,perl-b-hooks-op-check)