guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: wgetpaste: Update to 2.33.


From: guix-commits
Subject: 05/08: gnu: wgetpaste: Update to 2.33.
Date: Sun, 27 Nov 2022 06:05:46 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8485178e34910987de5dc347e26574499bb37dd1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 27 12:47:40 2022 +0200

    gnu: wgetpaste: Update to 2.33.
    
    * gnu/packages/wget.scm (wgetpaste): Update to 2.33.
---
 gnu/packages/wget.scm | 4 ++--
 1 file 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)



reply via email to

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