guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/11: gnu: wgetpaste: Update to 2.30.


From: guix-commits
Subject: 06/11: gnu: wgetpaste: Update to 2.30.
Date: Mon, 31 Aug 2020 22:48:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7b88396febe35e05bb4f67ed609204c8533314d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Sep 1 03:10:07 2020 +0200

    gnu: wgetpaste: Update to 2.30.
    
    * gnu/packages/wget.scm (wgetpaste): Update to 2.30.
---
 gnu/packages/wget.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wget.scm b/gnu/packages/wget.scm
index b3a3982..a8345da 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]