guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: duplicity: Update to 0.6.26.


From: Eric Bavier
Subject: 01/01: gnu: duplicity: Update to 0.6.26.
Date: Fri, 17 Jul 2015 12:46:30 +0000

bavier pushed a commit to branch master
in repository guix.

commit aa90f2cda7286788faac7ca3529f7fd92e28734e
Author: Eric Bavier <address@hidden>
Date:   Fri Jul 17 02:50:55 2015 -0500

    gnu: duplicity: Update to 0.6.26.
    
    * gnu/packages/backup.scm (duplicity): Update to 0.6.26.
---
 gnu/packages/backup.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 516712b..64f1ff0 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Eric Bavier <address@hidden>
+;;; Copyright © 2014, 2015 Eric Bavier <address@hidden>
 ;;; Copyright © 2014 Ian Denhardt <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -45,7 +45,7 @@
 (define-public duplicity
   (package
     (name "duplicity")
-    (version "0.6.24")
+    (version "0.6.26")
     (source
      (origin
       (method url-fetch)
@@ -55,7 +55,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "0l14nrhbgkyjgvh339bbhnm6hrdwrjadphq1jmpi0mcgcdbdfh8x"))
+        "0jh79syhr8n3l81jxlwsmwm1pklb4d923m2lgqbswyavh1fqmvwb"))
       (patches (list (search-patch "duplicity-piped-password.patch")
                      (search-patch "duplicity-test_selection-tmp.patch")))))
     (build-system python-build-system)



reply via email to

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