[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: perl-test-tcp: Update to 2.22.
From: |
guix-commits |
Subject: |
04/05: gnu: perl-test-tcp: Update to 2.22. |
Date: |
Thu, 1 Oct 2020 15:55:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ebd5f931196f059dce61a57998a95aa7be07ce1c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 1 21:47:00 2020 +0200
gnu: perl-test-tcp: Update to 2.22.
* gnu/packages/web.scm (perl-test-tcp): Update to 2.22.
---
gnu/packages/web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1912e59..a04fa4f 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -4071,14 +4071,14 @@ either mocked HTTP or a locally spawned server.")
(define-public perl-test-tcp
(package
(name "perl-test-tcp")
- (version "2.21")
+ (version "2.22")
(source
(origin
(method url-fetch)
- (uri (string-append "mirror://cpan/authors/id/K/KA/KAZUHO/"
+ (uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
"Test-TCP-" version ".tar.gz"))
(sha256
- (base32 "1djnaw1yli0kcd7azchqnp59l62f6mp13q50xyrjirpaxhd51j32"))))
+ (base32 "0mvv9rqwrwlcfh8qrs0s47p85rhlnw15d4gbpyi802bddp0c6lry"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-test-sharedfork" ,perl-test-sharedfork)))