guix-commits
[Top][All Lists]
Advanced

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

02/07: gnu: btrbk: Update to 0.32.6.


From: guix-commits
Subject: 02/07: gnu: btrbk: Update to 0.32.6.
Date: Sun, 9 Jul 2023 14:15:15 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d0d33d94bd6801189000fcc50cea2dd0352f47ca
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 2 02:00:01 2023 +0200

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



reply via email to

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