diff options
| author | Fabio Natali <me@fabionatali.com> | 2025-08-19 16:30:56 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-19 18:54:32 +0200 |
| commit | 26a50fec797f1a0f9a4fe6b25f143cfd117a311d (patch) | |
| tree | 90fabc21350caed55c88482c9d20dfc298ed94d6 | |
| parent | 368bea26151b96bec88f92439230fdaf2b86c25a (diff) | |
gnu: borgmatic: Update to 2.0.7.
* gnu/packages/backup.scm (borgmatic): Update to 2.0.7.
[inputs]: Remove python-colorama.
Change-Id: I236753e33f21bc8f04e3dad5e4248ba2c4c04398
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/backup.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 42eebac7fa5..c92975a2d18 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -1329,13 +1329,13 @@ compression parameters used by Gzip.") (define-public borgmatic (package (name "borgmatic") - (version "1.8.14") + (version "2.0.7") (source (origin (method url-fetch) (uri (pypi-uri "borgmatic" version)) (sha256 - (base32 "0im7kx9mq1gymid88wa6yxcif4bdqpz5lag5fp9kpm8r5k13p2sr")))) + (base32 "01l44ny2zyn7x1hhbvhhhwr12jipcjxl3j1cz13kf6c3bdfwms8y")))) (build-system pyproject-build-system) (arguments (list @@ -1371,7 +1371,6 @@ compression parameters used by Gzip.") (inputs (list borg python-apprise - python-colorama python-jsonschema python-requests python-ruamel.yaml)) |
