guix-commits
[Top][All Lists]
Advanced

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

01/01: python: python-py3status: Update to 3.7.


From: Tomas Cech
Subject: 01/01: python: python-py3status: Update to 3.7.
Date: Wed, 4 Apr 2018 09:51:34 -0400 (EDT)

sleep_walker pushed a commit to branch master
in repository guix.

commit 0d0cf3b0f6fd0b24e13704aece9c53ca2e4dcca3
Author: Tomáš Čech <address@hidden>
Date:   Tue Mar 27 20:32:16 2018 +0200

    python: python-py3status: Update to 3.7.
    
     * gnu/packages/python.scm (python-py3status): Update to 3.7.
     [arguments]: Adjust string substitution.
---
 gnu/packages/python.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e6ae8f4..3bb6e2b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -8616,14 +8616,14 @@ to occurrences in strings and comments.")
 (define-public python-py3status
   (package
     (name "python-py3status")
-    (version "3.1")
+    (version "3.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "py3status" version))
        (sha256
         (base32
-         "0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds"))))
+         "0shxcfz4wcczj0mhwp4w0dvwd2fdd9bgprq8slim1519iiqzgwhq"))))
     (build-system python-build-system)
     (inputs
      `(("file" ,file)))
@@ -8636,8 +8636,8 @@ to occurrences in strings and comments.")
            (lambda* (#:key inputs #:allow-other-keys)
              (let ((file-path (assoc-ref inputs "file")))
                (substitute* "py3status/parse_config.py"
-                 (("check_output\\(\\['file'")
-                  (string-append "check_output(['" file-path "/bin/file'")))
+                 (("\\['file', '-b'")
+                  (string-append "['" file-path "/bin/file', '-b'")))
                #t))))
        #:tests? #f)) ; TODO: Requires many libraries not in Guix.
     (home-page "https://github.com/ultrabug/py3status";)



reply via email to

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