guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-publicsuffix2: Adjust for Guile 3.0.


From: guix-commits
Subject: 06/06: gnu: python-publicsuffix2: Adjust for Guile 3.0.
Date: Sun, 26 Apr 2020 07:33:01 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 2b829898c77c4f5655db6f70de2b3a51e8f35947
Author: Marius Bakke <address@hidden>
AuthorDate: Sun Apr 26 12:48:56 2020 +0200

    gnu: python-publicsuffix2: Adjust for Guile 3.0.
    
    * gnu/packages/python-web.scm (python-publicsuffix2): Provide explicit
    destination in calls to FORMAT.
---
 gnu/packages/python-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cc79c38..6b77a9d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2809,7 +2809,7 @@ List.")
              ;; the unused ‘update_psl’ helper command.
              (substitute* "setup.py"
                (("'requests " match)
-                (format "# ~a" match)))
+                (format #f "# ~a" match)))
              #t)))
        #:tests? #f))                  ; the test suite requires network access
     (home-page "https://github.com/pombredanne/python-publicsuffix2";)



reply via email to

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