nckx pushed a commit to branch master
in repository guix.
commit d0d33d94bd6801189000fcc50cea2dd0352f47ca
Author: Tobias Geerinckx-Rice <[email protected]>
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