[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: perl-libwww: Update to 6.67.
From: |
guix-commits |
Subject: |
03/06: gnu: perl-libwww: Update to 6.67. |
Date: |
Fri, 12 Aug 2022 17:15:28 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 7e048358f5c2c05152c06f02e2d53af5af623a9f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 12 23:30:47 2022 +0300
gnu: perl-libwww: Update to 6.67.
* gnu/packages/web.scm (perl-libwww): Update to 6.67.
---
gnu/packages/web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 177b0175ae..c00447388e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -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))
- branch master updated (f0e5d0329b -> b1ff8f33db), guix-commits, 2022/08/12
- 05/06: gnu: perl-test-simple: Update to 1.302191., guix-commits, 2022/08/12
- 06/06: gnu: perl-data-optlist: Update to 0.112., guix-commits, 2022/08/12
- 01/06: gnu: perl-file-listing: Update to 6.15., guix-commits, 2022/08/12
- 02/06: gnu: perl-http-cookies: Update to 6.10., guix-commits, 2022/08/12
- 04/06: gnu: perl-net-http: Update to 6.22., guix-commits, 2022/08/12
- 03/06: gnu: perl-libwww: Update to 6.67.,
guix-commits <=