guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: restic: Update to 0.9.2.


From: Oleg Pykhalov
Subject: 01/01: gnu: restic: Update to 0.9.2.
Date: Wed, 15 Aug 2018 13:50:35 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 64140c95c89764a9fdc6a32ebd8c9476eab1d3bb
Author: Oleg Pykhalov <address@hidden>
Date:   Wed Aug 15 20:41:49 2018 +0300

    gnu: restic: Update to 0.9.2.
    
    * gnu/packages/backup.scm (restic): Update to 0.9.2.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 5715a38..d95ed9a 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]