guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: python-git-multimail: Update to 1.6.0.


From: guix-commits
Subject: 01/08: gnu: python-git-multimail: Update to 1.6.0.
Date: Mon, 13 Feb 2023 13:33:57 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit e8483a410ba6858ad97ae55605d43054ff42bd67
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Feb 13 17:34:30 2023 +0000

    gnu: python-git-multimail: Update to 1.6.0.
    
    * gnu/packages/version-control.scm (python-git-multimail): Update to 1.6.0.
    [arguments]: Patch setup.py to fix finding. README.rst.
---
 gnu/packages/version-control.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 7aec929246..5de344e549 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1114,20 +1114,23 @@ a built-in cache to decrease server I/O pressure.")
 (define-public python-git-multimail
   (package
     (name "python-git-multimail")
-    (version "1.5.0.post1")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "git-multimail" version))
        (sha256
         (base32
-         "1zkrbsa70anwpw86ysfwalrb7nsr064kygfiyikyq1pl9pcl969y"))))
+         "0hwgf2p2dd4z397wj0y558s8xxbkzbsa6yb9n1iax624y7swjng1"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'patch
            (lambda* (#:key inputs #:allow-other-keys)
+             (substitute* "setup.py"
+               (("'git-multimail', 'README.rst'")
+                "'README.rst'"))
              (substitute* "git-multimail/git_multimail.py"
                (("GIT_EXECUTABLE = 'git'")
                 (string-append "GIT_EXECUTABLE = '"



reply via email to

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