diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-11-27 12:47:40 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-11-27 12:47:40 +0200 |
commit | 8485178e34910987de5dc347e26574499bb37dd1 (patch) | |
tree | deded69aa890e02362ef2999f7b4d9e34f21063b /gnu/packages/wget.scm | |
parent | ac8de9eb7e0cea7dbcb2a42c632587536ee62fd7 (diff) | |
download | guix-8485178e34910987de5dc347e26574499bb37dd1.tar.gz |
gnu: wgetpaste: Update to 2.33.
* gnu/packages/wget.scm (wgetpaste): Update to 2.33.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r-- | gnu/packages/wget.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm index 73338c73b3..083cf27212 100644 --- a/gnu/packages/wget.scm +++ b/gnu/packages/wget.scm @@ -77,7 +77,7 @@ in downloaded documents to relative links.") (define-public wgetpaste (package (name "wgetpaste") - (version "2.32") + (version "2.33") (source (origin (method git-fetch) @@ -86,7 +86,7 @@ in downloaded documents to relative links.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "13zdqfnbpymwz2f04icw92flj50227n5r0dcms84qxswfxrarnas")))) + (base32 "0gx5y3f0qf3hrah1z0q243hyldshaq6mvbg1lnjzciviv1vc8zx0")))) (build-system gnu-build-system) (arguments `(#:modules ((guix build gnu-build-system) |