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

gnu: perl-libwww: Update to 6.67.

* gnu/packages/web.scm (perl-libwww): Update to 6.67.
This commit is contained in:
Efraim Flashner 2022-08-12 23:30:47 +03:00
parent e1168cadcc
commit 7e048358f5
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3795,7 +3795,7 @@ select or poll.")
(define-public perl-libwww
(package
(name "perl-libwww")
(version "6.55")
(version "6.67")
(source (origin
(method url-fetch)
(uri (string-append
@ -3803,7 +3803,7 @@ select or poll.")
version ".tar.gz"))
(sha256
(base32
"0869hn711d6fd6yil8p88wij6p1zdrbnycy7p9p176q39ajd7l61"))))
"08xp4q90nkvpwnks2qfqjhqgff6447myayqi6kc1panh7w5c9vln"))))
(build-system perl-build-system)
(native-inputs
(list perl-test-fatal perl-test-needs perl-test-requiresinternet))