guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: restic: Update to 0.9.4.


From: guix-commits
Subject: 04/10: gnu: restic: Update to 0.9.4.
Date: Thu, 21 Feb 2019 11:39:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 0e296c064d8cbcfd61367b7bd721b2b000fbb4fc
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 21 01:34:50 2019 +0100

    gnu: restic: Update to 0.9.4.
    
    * gnu/packages/backup.scm (restic): Update to 0.9.4.
---
 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 3178a78..d615a41 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -873,7 +873,7 @@ is like a time machine for your data. ")
 (define-public restic
   (package
     (name "restic")
-    (version "0.9.3")
+    (version "0.9.4")
     ;; TODO Try packaging the bundled / vendored dependencies in the 'vendor/'
     ;; directory.
     (source (origin
@@ -884,7 +884,7 @@ is like a time machine for your data. ")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1l1ddnf61pfsrry97qwhhdzywin2mgnbrkhcc9pabsdfk602anmr"))))
+                "13ksprq1ia86px8x4lqrmx0l6y9rb1ppg8pnp7lcx0zxnq7skp67"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/restic/restic"



reply via email to

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