summaryrefslogtreecommitdiff
path: root/gnu/packages/wget.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 03:10:07 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-01 04:44:34 +0200
commit7b88396febe35e05bb4f67ed609204c8533314d8 (patch)
tree1b77b0f96363a4709d1eb33f5a7de72ce82fb9a4 /gnu/packages/wget.scm
parent1b0755012b38fded6059c10849dc16e3e50ed8b8 (diff)
downloadguix-patches-7b88396febe35e05bb4f67ed609204c8533314d8.tar
guix-patches-7b88396febe35e05bb4f67ed609204c8533314d8.tar.gz
gnu: wgetpaste: Update to 2.30.
* gnu/packages/wget.scm (wgetpaste): Update to 2.30.
Diffstat (limited to 'gnu/packages/wget.scm')
-rw-r--r--gnu/packages/wget.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index b3a3982bec..a8345da818 100644
--- a/gnu/packages/wget.scm
+++ b/gnu/packages/wget.scm
@@ -76,15 +76,14 @@ in downloaded documents to relative links.")
(define-public wgetpaste
(package
(name "wgetpaste")
- (version "2.29")
+ (version "2.30")
(source
(origin
(method url-fetch)
(uri (string-append "https://wgetpaste.zlin.dk/wgetpaste-"
version ".tar.bz2"))
(sha256
- (base32
- "1rp0wxr3zy7y2xp3azaadfghrx7g0m138f9qg6icjxkkz4vj9r22"))))
+ (base32 "14k5i6j6f34hcf9gdb9cnvfwscn0ys2dgd73ci421wj9zzqkbv73"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)