guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: Borg: Update to 1.1.9.


From: guix-commits
Subject: 01/01: gnu: Borg: Update to 1.1.9.
Date: Fri, 15 Feb 2019 10:16:29 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit e191e8485950477b2da37f23fd0d611e1e3f92e0
Author: Leo Famulari <address@hidden>
Date:   Mon Feb 11 11:00:18 2019 -0500

    gnu: Borg: Update to 1.1.9.
    
    * gnu/packages/backup.scm (borg): Update to 1.1.9.
    [arguments]: Remove the 'remove-documentation-timestamps' phase and adjust 
the
    'install-doc' phase to ensure the manual pages are not a source of
    non-determinism.
---
 gnu/packages/backup.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 970d0ad..4881ca6 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -512,14 +512,14 @@ detection, and lossless compression.")
 (define-public borg
   (package
     (name "borg")
-    (version "1.1.8")
+    (version "1.1.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "borgbackup" version))
        (sha256
         (base32
-         "0qqvcscn1l4y83x4sh3izdpmr8zq38j8chjkpfq4q4d01i470hqb"))
+         "0x95nhv4h34m8cxycbwc4xdz350saaxlgh727b23bgn4ci7gh3vx"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -565,11 +565,6 @@ detection, and lossless compression.")
                ;; HOME=/homeless-shelter.
                (setenv "HOME" "/tmp")
                #t)))
-         (add-after 'unpack 'remove-documentation-timestamps ; reproducibility
-           (lambda _
-             (substitute* "setup.py"
-               (("write\\(':Date:'.*") "\n"))
-             #t))
          ;; The tests need to be run after Borg is installed.
          (delete 'check)
          (add-after 'install 'check
@@ -606,8 +601,6 @@ detection, and lossless compression.")
                          '("docs/misc/create_chunker-params.txt"
                            "docs/misc/internals-picture.txt"
                            "docs/misc/prune-example.txt"))
-               (add-installed-pythonpath inputs outputs)
-               (invoke "python3" "setup.py" "build_man")
                (copy-recursively "docs/man" man)
                #t))))))
     (native-inputs



reply via email to

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