guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: btrbk: Update to 0.32.4.


From: guix-commits
Subject: branch master updated: gnu: btrbk: Update to 0.32.4.
Date: Sat, 08 Oct 2022 22:33:26 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 79358a99cd gnu: btrbk: Update to 0.32.4.
79358a99cd is described below

commit 79358a99cd46a27fdc716309ccee2596483ab9af
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Oct 8 22:21:24 2022 -0400

    gnu: btrbk: Update to 0.32.4.
    
    * gnu/packages/backup.scm (btrbk): Update to 0.32.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 0d03d2e87f..3725e3ff01 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1091,14 +1091,14 @@ interactive mode.")
 (define-public btrbk
   (package
     (name "btrbk")
-    (version "0.32.2")
+    (version "0.32.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://digint.ch/download/btrbk/releases/";
                                   "btrbk-" version ".tar.xz"))
               (sha256
                (base32
-                "0gi0j09fm4pgw3dq0z27lkpyvrs3ssyqg9b46v5ba794z63w753z"))))
+                "1nl6cbzqkc2srwi1428vijq69rp5cdx7484zcx61ph0rnhg9srfc"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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