all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#35948] [PATCH 1/3] gnu: python-flask: Update to 1.0.3.
@ 2019-05-28 10:56 h.nasajpour
  2019-05-28 19:47 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: h.nasajpour @ 2019-05-28 10:56 UTC (permalink / raw)
  To: 35948; +Cc: h.nasajpour

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5d37e171e4..f962ae381f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1647,13 +1647,13 @@ minimum of WSGI.")
 (define-public python-flask
   (package
     (name "python-flask")
-    (version "1.0.2")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "flask" version))
               (sha256
                (base32
-                "0j6f4a9rpfh25k1gp7azqhnni4mb4fgy50jammgjgddw1l3w0w92"))))
+                "1wxnhjlxwwjhjxmghykjhllpahv5pkdc5hln4ab6nab43s26sz5d"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
-- 
2.21.0

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

* [bug#35948] [PATCH 1/3] gnu: python-flask: Update to 1.0.3.
  2019-05-28 10:56 [bug#35948] [PATCH 1/3] gnu: python-flask: Update to 1.0.3 h.nasajpour
@ 2019-05-28 19:47 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2019-05-28 19:47 UTC (permalink / raw)
  To: h.nasajpour; +Cc: 35948

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

Pushed to guix master as 205eb40e5b2895fecbf97bcb69d06b7b27c195a4 with a small
changes to make pypi-uri happy.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2019-05-28 19:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-28 10:56 [bug#35948] [PATCH 1/3] gnu: python-flask: Update to 1.0.3 h.nasajpour
2019-05-28 19:47 ` Danny Milosavljevic

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.