guix-commits
[Top][All Lists]
Advanced

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

14/18: gnu: b4: Drop now unneeded snippet.


From: guix-commits
Subject: 14/18: gnu: b4: Drop now unneeded snippet.
Date: Mon, 23 May 2022 10:26:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c7b625655432722ad6c3814088841775bfe4e4a6
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Sun May 22 18:28:06 2022 -0400

    gnu: b4: Drop now unneeded snippet.
    
    * gnu/packages/version-control.scm (b4) [source]: Drop snippet for issue 
that
    is now fixed upstream.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/version-control.scm | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 044cde460a..43ae1eec46 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2608,15 +2608,7 @@ email header.")
        (method url-fetch)
        (uri (pypi-uri "b4" version))
        (sha256
-        (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))
-       (modules '((guix build utils)))
-       (snippet
-        '(begin
-           ;; Fixes issue with dependency requirements being too strict. See 
upstream commit:
-           ;; 
https://git.kernel.org/pub/scm/utils/b4/b4.git/commit/?id=31348a14afdb1d39e7faf9576eaddea1ced76e19
-           (substitute* "setup.py"
-             (("~=") ">="))
-           #t))))
+        (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx"))))
     (build-system python-build-system)
     (arguments
      (list #:tests? #f                  ;no tests



reply via email to

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