unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#41593] [PATCH 1/1] gnu: python-furl: Update to 2.0.0.
@ 2020-05-29  7:40 Hamzeh Nasajpour
  2020-05-30 14:11 ` bug#41593: " Marius Bakke
  0 siblings, 1 reply; 2+ messages in thread
From: Hamzeh Nasajpour @ 2020-05-29  7:40 UTC (permalink / raw)
  To: 41593

* gnu/packages/python-web.scm (python-furl): Update to 2.0.0.
---
 gnu/packages/python-web.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cd8ce8a83f..a7892b02ce 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -324,17 +324,18 @@ over a different origin than that of the web application.")
 (define-public python-furl
   (package
     (name "python-furl")
-    (version "0.5.6")
+    (version "2.0.0")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "furl" version))
         (sha256
           (base32
-            "0lzpfpm686hvz3sr1mcrnd1b3lgmnw8v59gb43wfi98r3b671pqc"))))
+            "1v2lakx03d5w8954a39ki44xv5mllnq0a0avhxykv9hrzg0yvjpx"))))
     (build-system python-build-system)
     (propagated-inputs
-     `(("python-six" ,python-six)
+     `(("python-flake8" ,python-flake8)
+       ("python-six" ,python-six)
        ("python-orderedmultidict" ,python-orderedmultidict)))
     (native-inputs
      `(("python-pycodestyle" ,python-pycodestyle)))
-- 
2.26.0




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

end of thread, other threads:[~2020-05-30 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-29  7:40 [bug#41593] [PATCH 1/1] gnu: python-furl: Update to 2.0.0 Hamzeh Nasajpour
2020-05-30 14:11 ` bug#41593: " Marius Bakke

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).