aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-23 12:59:12 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-23 14:20:04 +0100
commit8cb7854d271cb379724b9c41949b4c972f50b6e1 (patch)
tree8ed1c38996a3a52a2192d1315f87cdc0b2f2232a
parent3d5cca1a32b6dd9c24f0805acaea406917989994 (diff)
downloadguix-8cb7854d271cb379724b9c41949b4c972f50b6e1.tar.gz
guix-8cb7854d271cb379724b9c41949b4c972f50b6e1.zip
gnu: borg: Update to 1.1.16.
* gnu/packages/backup.scm (borg): Update to 1.1.16.
-rw-r--r--gnu/packages/backup.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 860e1abe23..35cd3cf7f3 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -572,13 +572,13 @@ detection, and lossless compression.")
(define-public borg
(package
(name "borg")
- (version "1.1.15")
+ (version "1.1.16")
(source
(origin
(method url-fetch)
(uri (pypi-uri "borgbackup" version))
(sha256
- (base32 "1g62sdzcw3zx4ccky125ciwnzx6z9kwyvskvp7ijmqxqk3nrxjs9"))
+ (base32 "0l1dqfwrd9l34rg30cmzmq5bs6yha6kg4vy313jq611jsqj94mmw"))
(modules '((guix build utils)))
(snippet
'(begin
le='2020-07-27 12:06:37 +0200'>2020-07-27nls: Update 'fr' translation.Ludovic Courtès 2020-07-11Add 'guix git authenticate'.Ludovic Courtès 2020-05-05nls: Update.Ludovic Courtès 2020-04-14nls: Update.Ludovic Courtès 2020-04-12nls: Update.Ludovic Courtès 2020-04-08installer: Add proxy support.Mathieu Othacehe 2020-04-08installer: Turn help menu into parameters menu.Mathieu Othacehe 2020-04-06installer: Add a help page.Mathieu Othacehe 2020-04-02nls: Add Tamil translation.Julien Lepiller 2020-03-23nls: Update.Ludovic Courtès 2020-03-06doc: Fix build of German Cookbook translation.Florian Pelz 2020-02-17doc: Add German Cookbook translation.Florian Pelz 2020-02-14Revert "nls: Update 'es' translation of the manual."Christopher Baines 2020-02-14nls: Update 'fr' translation.Julien Lepiller 2020-02-14nls: Update 'de' translation of the manual.Julien Lepiller 2020-02-14nls: Update 'es' translation of the manual.Julien Lepiller 2020-02-14nls: Update 'pt_BR' translation.Julien Lepiller 2019-09-24Merge branch 'master' into core-updatesLudovic Courtès 2019-09-21guix package: Add 'guix show' alias.zimoun