all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: python-py3status: Update to 3.1.
@ 2016-09-12 17:24 Ivan Vilata-i-Balaguer
  2016-09-12 20:49 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Ivan Vilata-i-Balaguer @ 2016-09-12 17:24 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-py3status): Update to 3.1.
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 8b9273c..b839f22 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9015,14 +9015,14 @@ to occurences in strings and comments.")
 (define-public python-py3status
   (package
     (name "python-py3status")
-    (version "2.9")
+    (version "3.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "py3status" version))
        (sha256
         (base32
-         "09y7h8rjay5kzwk5akq7f5f9wqnvjkxhivck04hdc8ny1nw3vqzp"))))
+         "0i283z1pivmir61z8kbiycigc94l61v33ygzkhczf1ifq7cppyds"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: python-py3status: Update to 3.1.
  2016-09-12 17:24 [PATCH] gnu: python-py3status: Update to 3.1 Ivan Vilata-i-Balaguer
@ 2016-09-12 20:49 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-09-12 20:49 UTC (permalink / raw)
  To: Ivan Vilata-i-Balaguer; +Cc: guix-devel

On Mon, Sep 12, 2016 at 07:24:51PM +0200, Ivan Vilata-i-Balaguer wrote:
> * gnu/packages/python.scm (python-py3status): Update to 3.1.

Thanks!

I've applied the patch as d2262d7052c9ca65d2dde600e3dbe0b4e72f289c.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-12 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-12 17:24 [PATCH] gnu: python-py3status: Update to 3.1 Ivan Vilata-i-Balaguer
2016-09-12 20:49 ` Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.