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-09 02:00:01 +0200 |
commit | 24e5db1bc242aeee7798d96942d0e06ca280ef06 (patch) | |
tree | 29380fbf73e2b6828013ee1fcffc0693499f600f | |
parent | 5f7c714c63dd4313dbc0ba466ac73c7fb68966db (diff) | |
download | guix-24e5db1bc242aeee7798d96942d0e06ca280ef06.tar.gz guix-24e5db1bc242aeee7798d96942d0e06ca280ef06.zip |
gnu: borg: Update to 1.2.4.
* gnu/packages/backup.scm (borg): Update to 1.2.4.
-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 921398bad6..54386fc538 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -634,13 +634,13 @@ detection, and lossless compression.") (define-public borg (package (name "borg") - (version "1.2.3") + (version "1.2.4") (source (origin (method url-fetch) (uri (pypi-uri "borgbackup" version)) (sha256 - (base32 "11b7jqv9sw22a9512b270d12k3mrcgmmcaimh6bgm5iwcgw1h973")) + (base32 "1a2d6z2ln476l0fcnkl4rpciij5b2lql44b71aivg0cy8vlm9gd4")) (modules '((guix build utils))) (snippet #~(begin |