gnu: duplicity: Update to 0.8.21.
* gnu/packages/backup.scm (duplicity): Update to 0.8.21. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
		
							parent
							
								
									193d7b5b45
								
							
						
					
					
						commit
						e9e1627849
					
				
					 1 changed files with 4 additions and 6 deletions
				
			
		| 
						 | 
					@ -88,7 +88,7 @@
 | 
				
			||||||
(define-public duplicity
 | 
					(define-public duplicity
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "duplicity")
 | 
					    (name "duplicity")
 | 
				
			||||||
    (version "0.8.20")
 | 
					    (version "0.8.21")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
      (method url-fetch)
 | 
					      (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -97,7 +97,7 @@
 | 
				
			||||||
                          "-series/" version "/+download/duplicity-"
 | 
					                          "-series/" version "/+download/duplicity-"
 | 
				
			||||||
                          version ".tar.gz"))
 | 
					                          version ".tar.gz"))
 | 
				
			||||||
      (sha256
 | 
					      (sha256
 | 
				
			||||||
       (base32 "0d125mxknpn44xwgqzzak9y5ydigscrpjv9d63126mfc6yfngr5v"))))
 | 
					       (base32 "0ld4bhsi6iv4bvy99pblbr7vlwy9jbgfd6flyvb8qwbl8rvadzjp"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("gettext" ,gettext-minimal)     ; for msgfmt
 | 
					     `(("gettext" ,gettext-minimal)     ; for msgfmt
 | 
				
			||||||
| 
						 | 
					@ -138,8 +138,7 @@
 | 
				
			||||||
                               "/bin/dbus-launch']")))
 | 
					                               "/bin/dbus-launch']")))
 | 
				
			||||||
             (substitute* '("testing/functional/__init__.py"
 | 
					             (substitute* '("testing/functional/__init__.py"
 | 
				
			||||||
                            "testing/overrides/bin/lftp")
 | 
					                            "testing/overrides/bin/lftp")
 | 
				
			||||||
               (("/bin/sh") (which "sh")))
 | 
					               (("/bin/sh") (which "sh")))))
 | 
				
			||||||
             #t))
 | 
					 | 
				
			||||||
         (add-before 'check 'set-up-tests
 | 
					         (add-before 'check 'set-up-tests
 | 
				
			||||||
           (lambda* (#:key inputs #:allow-other-keys)
 | 
					           (lambda* (#:key inputs #:allow-other-keys)
 | 
				
			||||||
             (setenv "HOME" (getcwd))   ; gpg needs to write to $HOME
 | 
					             (setenv "HOME" (getcwd))   ; gpg needs to write to $HOME
 | 
				
			||||||
| 
						 | 
					@ -148,8 +147,7 @@
 | 
				
			||||||
                                    "/share/zoneinfo"))
 | 
					                                    "/share/zoneinfo"))
 | 
				
			||||||
             ;; Some things respect TMPDIR, others hard-code /tmp, and the
 | 
					             ;; Some things respect TMPDIR, others hard-code /tmp, and the
 | 
				
			||||||
             ;; defaults don't match up, breaking test_restart.  Fix it.
 | 
					             ;; defaults don't match up, breaking test_restart.  Fix it.
 | 
				
			||||||
             (setenv "TMPDIR" "/tmp")
 | 
					             (setenv "TMPDIR" "/tmp"))))))
 | 
				
			||||||
             #t)))))
 | 
					 | 
				
			||||||
    (home-page "https://duplicity.gitlab.io/duplicity-web/")
 | 
					    (home-page "https://duplicity.gitlab.io/duplicity-web/")
 | 
				
			||||||
    (synopsis "Encrypted backup using rsync algorithm")
 | 
					    (synopsis "Encrypted backup using rsync algorithm")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue