summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-01 21:47:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-01 21:55:03 +0200
commitebd5f931196f059dce61a57998a95aa7be07ce1c (patch)
tree22e9d1c5efcdab9e3a9cd2f8a578ff04e54b2a82 /gnu
parent8bfe8b36416116faa4caf0d7993065b40df713c5 (diff)
downloadguix-patches-ebd5f931196f059dce61a57998a95aa7be07ce1c.tar
guix-patches-ebd5f931196f059dce61a57998a95aa7be07ce1c.tar.gz
gnu: perl-test-tcp: Update to 2.22.
* gnu/packages/web.scm (perl-test-tcp): Update to 2.22.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 1912e590cf..a04fa4f0ef 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)))