guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: burp: Update to 2.3.34 [security fixes].


From: guix-commits
Subject: 03/04: gnu: burp: Update to 2.3.34 [security fixes].
Date: Wed, 9 Sep 2020 23:05:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit af62950fc05f265c6c29c5973a2029a9cfdd0d30
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Sep 10 05:01:41 2020 +0200

    gnu: burp: Update to 2.3.34 [security fixes].
    
    * gnu/packages/backup.scm (burp): Update to 2.3.34.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index c8e6f17..9cb8e1b 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1072,7 +1072,7 @@ interractive mode.")
 (define-public burp
   (package
     (name "burp")
-    (version "2.3.32")
+    (version "2.3.34")
     (source
      (origin
        (method git-fetch)
@@ -1080,7 +1080,7 @@ interractive mode.")
              (url "https://github.com/grke/burp";)
              (commit version)))
        (sha256
-        (base32 "0cxxf9ni34c9662ffmr2qc8xmh4g9pmg3swqvhn49mqgr5ra6k2g"))
+        (base32 "0ri62xshcjrk5vgyx8s11vsllab132mk1pcy4xxl9kzijdsjhdpy"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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