diff options
author | Oleg Pykhalov <go.wigust@gmail.com> | 2018-08-15 20:41:49 +0300 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-08-15 20:50:22 +0300 |
commit | 64140c95c89764a9fdc6a32ebd8c9476eab1d3bb (patch) | |
tree | fdd150165020952f58ae38a59fe3ec0544dac28f | |
parent | 524756d127a80beebef04b028fa73b8a99617fe0 (diff) | |
download | guix-64140c95c89764a9fdc6a32ebd8c9476eab1d3bb.tar guix-64140c95c89764a9fdc6a32ebd8c9476eab1d3bb.tar.gz |
gnu: restic: Update to 0.9.2.
* gnu/packages/backup.scm (restic): Update to 0.9.2.
-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 5715a387c3..d95ed9a0a9 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -836,7 +836,7 @@ is like a time machine for your data. ") (define-public restic (package (name "restic") - (version "0.9.1") + (version "0.9.2") ;; TODO Try packaging the bundled / vendored dependencies in the 'vendor/' ;; directory. (source (origin @@ -847,7 +847,7 @@ is like a time machine for your data. ") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "15f0rsm2lxk4lmn4773q28g49p68pqyyx0ccp7r556asan73p79m")))) + "15bwkydxcg4xhrnqxvxji8wacrsndb1a6frj98wggfaijqzfx3lg")))) (build-system go-build-system) (arguments `(#:import-path "github.com/restic/restic" |