guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: burp: Update to 2.3.20.


From: guix-commits
Subject: 06/10: gnu: burp: Update to 2.3.20.
Date: Wed, 22 Jan 2020 18:33:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 9d3331fcc133e20ce74143d7f291dbcb5794505e
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed Jan 22 22:30:50 2020 +0100

    gnu: burp: Update to 2.3.20.
    
    * gnu/packages/backup.scm (burp): Update to 2.3.20.
---
 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 7a95ae7..0549e94 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -947,14 +947,14 @@ precious backup space.
 (define-public burp
   (package
     (name "burp")
-    (version "2.3.6")
+    (version "2.3.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/burp/burp-" version
                                   "/burp-" version ".tar.bz2"))
               (sha256
                (base32
-                "101nn30apcbmy9k0wksdf8d4ccw7sfcqzkasgg17a5y332x2imr9"))))
+                "0dm2y76z7pg17kfv6ahmh4mf2r3pg7mlwd69lvmjwssnd9vs1nn5"))))
     (build-system gnu-build-system)
     (inputs
      `(("librsync" ,librsync)



reply via email to

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