diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:10 +0200 |
commit | d0d33d94bd6801189000fcc50cea2dd0352f47ca (patch) | |
tree | d9f8d1aa94037844e22196be50d5dbd43d11bb60 /gnu/packages/backup.scm | |
parent | e2a47c89ad523450bb6094be97d5f378bd93a002 (diff) | |
download | guix-d0d33d94bd6801189000fcc50cea2dd0352f47ca.tar.gz |
gnu: btrbk: Update to 0.32.6.
* gnu/packages/backup.scm (btrbk): Update to 0.32.6.
Diffstat (limited to 'gnu/packages/backup.scm')
-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 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 |