diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-16 18:25:58 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-16 18:27:15 +0200 |
commit | d68ec019eb714b624a66d48940751c9c5982f248 (patch) | |
tree | 33cd4e6552f02888db7e8bf9a615479de108acd3 /gnu | |
parent | 2f0c4b82843ab41793b675267ede13c169399f86 (diff) | |
download | patches-d68ec019eb714b624a66d48940751c9c5982f248.tar patches-d68ec019eb714b624a66d48940751c9c5982f248.tar.gz |
Revert "gnu: borg: Update to 1.1.0b5."
This reverts commit 0b2ff24f9c3e3f689095753a21047c723dd6ca40, which leaked
my local testing version.
Diffstat (limited to 'gnu')
-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 2918797c3b..74e49e46db 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -457,13 +457,13 @@ detection, and lossless compression.") (define-public borg (package (name "borg") - (version "1.1.0b5") + (version "1.0.10") (source (origin (method url-fetch) (uri (pypi-uri "borgbackup" version)) (sha256 (base32 - "0f660wy9454z80dmvjgrsnwq4v41y5nm22x9vvzb1fyy9jg1idkk")) + "1sarmpzwr8dhbg0hsvaclcsjfax36ssb32d9klhhah4j8kqji3wp")) (modules '((guix build utils))) (snippet '(for-each |