[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/05: gnu: perl-libwww: Update to 6.49.
From: |
guix-commits |
Subject: |
05/05: gnu: perl-libwww: Update to 6.49. |
Date: |
Thu, 1 Oct 2020 15:55:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b61e057abc3b651da56e492d9975f12cae6a4b97
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 1 21:53:40 2020 +0200
gnu: perl-libwww: Update to 6.49.
* gnu/packages/web.scm (perl-libwww): Update to 6.49.
---
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 a04fa4f..95cf8a7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -3576,7 +3576,7 @@ select or poll.")
(define-public perl-libwww
(package
(name "perl-libwww")
- (version "6.48")
+ (version "6.49")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3584,7 +3584,7 @@ select or poll.")
version ".tar.gz"))
(sha256
(base32
- "0bl3scmmrazhvyv13fwlarbq6k246csfq7ybq65i7i37xd3arkz3"))))
+ "19k0cg4j4qz005a4ngy48z4r8dc99dxlpq8kvj7qnk15mvgd1r63"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-fatal" ,perl-test-fatal)