guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: burp: Update to 2.3.6.


From: guix-commits
Subject: 04/04: gnu: burp: Update to 2.3.6.
Date: Tue, 14 May 2019 08:21:29 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 46ca002d1c22dc3570f6e28e20ca024aed1365f7
Author: Björn Höfling <address@hidden>
Date:   Tue May 14 14:19:19 2019 +0200

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



reply via email to

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