guix-commits
[Top][All Lists]
Advanced

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

25/32: gnu: burp: Update to 2.3.4.


From: guix-commits
Subject: 25/32: gnu: burp: Update to 2.3.4.
Date: Sun, 14 Apr 2019 14:15:43 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8ce7520d09f864b65009e0c0e6125d7e7f690a49
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Apr 11 12:50:31 2019 +0200

    gnu: burp: Update to 2.3.4.
    
    * gnu/packages/backup.scm (burp): Update to 2.3.4.
---
 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 4c2e701..9b26ead 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -995,14 +995,14 @@ precious backup space.
 (define-public burp
   (package
     (name "burp")
-    (version "2.3.2")
+    (version "2.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/burp/burp-" version
                                   "/burp-" version ".tar.bz2"))
               (sha256
                (base32
-                "1nkkn0nfydn39cl5rxd1wbmzizird6z05j9h2xr7xczdlhhjnaai"))))
+                "0r82mmfjm57yr4f34za3x3rkgc5z2c7nwbnsjjki16qfc9kjyai3"))))
     (build-system gnu-build-system)
     (inputs
      `(("librsync" ,librsync)



reply via email to

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