diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-01 21:47:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-01 21:55:03 +0200 |
commit | ebd5f931196f059dce61a57998a95aa7be07ce1c (patch) | |
tree | 22e9d1c5efcdab9e3a9cd2f8a578ff04e54b2a82 | |
parent | 8bfe8b36416116faa4caf0d7993065b40df713c5 (diff) | |
download | guix-ebd5f931196f059dce61a57998a95aa7be07ce1c.tar guix-ebd5f931196f059dce61a57998a95aa7be07ce1c.tar.gz |
gnu: perl-test-tcp: Update to 2.22.
* gnu/packages/web.scm (perl-test-tcp): Update to 2.22.
-rw-r--r-- | gnu/packages/web.scm | 6 |
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))) |