guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: burp: Update to 2.3.26.


From: guix-commits
Subject: 01/02: gnu: burp: Update to 2.3.26.
Date: Sun, 17 May 2020 13:16:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4bce3c03836bf9822b355daec847a721e82034a5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun May 17 18:59:33 2020 +0200

    gnu: burp: Update to 2.3.26.
    
    * gnu/packages/backup.scm (burp): Update to 2.3.26.
---
 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 6a5080b..0fe6676 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1029,14 +1029,14 @@ is format-agnostic, so you can feed virtually any files 
to it.")
 (define-public burp
   (package
     (name "burp")
-    (version "2.3.24")
+    (version "2.3.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/burp/burp-" version
                                   "/burp-" version ".tar.bz2"))
               (sha256
                (base32
-                "0dmahqx8ldqdrx9b47r7ag3m801n7h3kclcqja1cc1jzhfhfq27w"))))
+                "1kwm8wwmzla02cqacgpmac6n5466dqd5czx83lkbp97rmg9017h8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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