diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-08-12 23:30:47 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-08-12 23:30:47 +0300 |
commit | 7e048358f5c2c05152c06f02e2d53af5af623a9f (patch) | |
tree | 8177bf1e0cee4fea75647671e9edbb452d6bd090 | |
parent | e1168cadcc0a7763b0a7bb3749a60e42090219af (diff) | |
download | guix-7e048358f5c2c05152c06f02e2d53af5af623a9f.tar.gz |
gnu: perl-libwww: Update to 6.67.
* gnu/packages/web.scm (perl-libwww): Update to 6.67.
-rw-r--r-- | gnu/packages/web.scm | 4 |
1 files 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)) |