diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-20 01:00:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-27 01:00:02 +0100 |
commit | 0f51b36b49500bfee490a9b68df951bdf88d3b2b (patch) | |
tree | 7055ece08dd73ca8aa0690d791552ad1d1edc622 | |
parent | 92f2cd4123eda1b9f81c11d521b629ff0b695c60 (diff) | |
download | guix-0f51b36b49500bfee490a9b68df951bdf88d3b2b.tar.gz guix-0f51b36b49500bfee490a9b68df951bdf88d3b2b.zip |
gnu: btrbk: Update to 0.32.5.
* gnu/packages/backup.scm (btrbk): Update to 0.32.5.
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 67708138a6..00d95e7b3d 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -1088,14 +1088,14 @@ interactive mode.") (define-public btrbk (package (name "btrbk") - (version "0.32.4") + (version "0.32.5") (source (origin (method url-fetch) (uri (string-append "https://digint.ch/download/btrbk/releases/" "btrbk-" version ".tar.xz")) (sha256 (base32 - "1nl6cbzqkc2srwi1428vijq69rp5cdx7484zcx61ph0rnhg9srfc")))) + "1d4zqf5klad55gdzzldipsjrhpprixzjmn03g66df5h2d28l1zpi")))) (build-system gnu-build-system) (arguments (list |