all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#29145] [PATCH 2/3] gnu: python-decorator: Update to 4.1.2.
@ 2017-11-04 19:39 Gábor Boskovits
  2017-11-05 16:30 ` bug#29145: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Gábor Boskovits @ 2017-11-04 19:39 UTC (permalink / raw)
  To: 29145; +Cc: Gábor Boskovits

* gnu/packages/python.scm (python-decorator): Update to 4.1.2.
---
 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 c16122438..765777160 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5356,13 +5356,13 @@ PNG, PostScript, PDF, and SVG file output.")
 (define-public python-decorator
   (package
     (name "python-decorator")
-    (version "4.0.10")
+    (version "4.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "decorator" version))
        (sha256
-        (base32 "0w7hg59hlpq74jpyja4yfryap0ccjvchgpkfp20rhj9krgnrhvlw"))))
+        (base32 "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; no test target
     (home-page "https://pypi.python.org/pypi/decorator/")
-- 
2.14.2

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

* bug#29145: [PATCH 2/3] gnu: python-decorator: Update to 4.1.2.
  2017-11-04 19:39 [bug#29145] [PATCH 2/3] gnu: python-decorator: Update to 4.1.2 Gábor Boskovits
@ 2017-11-05 16:30 ` Marius Bakke
  0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2017-11-05 16:30 UTC (permalink / raw)
  To: Gábor Boskovits, 29145-done

[-- Attachment #1: Type: text/plain, Size: 136 bytes --]

Gábor Boskovits <boskovits@gmail.com> writes:

> * gnu/packages/python.scm (python-decorator): Update to 4.1.2.

Applied, thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

end of thread, other threads:[~2017-11-05 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-04 19:39 [bug#29145] [PATCH 2/3] gnu: python-decorator: Update to 4.1.2 Gábor Boskovits
2017-11-05 16:30 ` bug#29145: " Marius Bakke

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.