unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#39113] [PATCH 1/2] gnu: python-pygments: Update to 2.5.2.
@ 2020-01-13 14:41 Josh Holland
  2020-01-13 14:41 ` [bug#39114] [PATCH 2/2] gnu: httpie: Update to 2.0.0 Josh Holland
  2020-01-24 23:14 ` bug#39113: [PATCH 1/2] gnu: python-pygments: Update to 2.5.2 Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Josh Holland @ 2020-01-13 14:41 UTC (permalink / raw)
  To: 39113; +Cc: Josh Holland

* gnu/packages/python-xyz.scm (python-pygments): Update to 2.5.2.
[home-page]: Follow redirect to https.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2c308796e7..572ef16f67 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2616,19 +2616,19 @@ reStructuredText.")
 (define-public python-pygments
   (package
     (name "python-pygments")
-    (version "2.4.2")
+    (version "2.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pygments" version))
        (sha256
         (base32
-         "15v2sqm5g12bqa0c7wikfh9ck2nl97ayizy1hpqhmws5gqalq748"))))
+         "1zmhnswy0wxfn0xprs9aqsvx2c3kmzfn2wx14q8cv3vpkxdamj4q"))))
     (build-system python-build-system)
     (arguments
      ;; FIXME: Tests require sphinx, which depends on this.
      '(#:tests? #f))
-    (home-page "http://pygments.org/")
+    (home-page "https://pygments.org/")
     (synopsis "Syntax highlighting")
     (description
      "Pygments is a syntax highlighting package written in Python.")
-- 
2.24.1

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

* [bug#39114] [PATCH 2/2] gnu: httpie: Update to 2.0.0.
  2020-01-13 14:41 [bug#39113] [PATCH 1/2] gnu: python-pygments: Update to 2.5.2 Josh Holland
@ 2020-01-13 14:41 ` Josh Holland
  2020-01-24 23:15   ` bug#39114: " Ludovic Courtès
  2020-01-24 23:14 ` bug#39113: [PATCH 1/2] gnu: python-pygments: Update to 2.5.2 Ludovic Courtès
  1 sibling, 1 reply; 4+ messages in thread
From: Josh Holland @ 2020-01-13 14:41 UTC (permalink / raw)
  To: 39114; +Cc: Josh Holland

* gnu/packages/python-web.scm (httpie): Update to 2.0.0.
---
 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 179e64e0a1..20ed65cf01 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -310,14 +310,14 @@ other HTTP libraries.")
 (define-public httpie
   (package
     (name "httpie")
-    (version "1.0.3")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "httpie" version))
        (sha256
         (base32
-         "103fcigpxf4nqmrdqjnyz7d9n4n16906slwmmqqc0gkxv8hnw6vd"))))
+         "02bw20cwv3a1lzrn919dk25dq4v81x6q786zlrqsqzhsdxszj14c"))))
     (build-system python-build-system)
     (arguments
      ;; The tests attempt to access external web servers, so we cannot run them.
-- 
2.24.1

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

* bug#39113: [PATCH 1/2] gnu: python-pygments: Update to 2.5.2.
  2020-01-13 14:41 [bug#39113] [PATCH 1/2] gnu: python-pygments: Update to 2.5.2 Josh Holland
  2020-01-13 14:41 ` [bug#39114] [PATCH 2/2] gnu: httpie: Update to 2.0.0 Josh Holland
@ 2020-01-24 23:14 ` Ludovic Courtès
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-01-24 23:14 UTC (permalink / raw)
  To: Josh Holland; +Cc: 39113-done

Hi,

Josh Holland <josh@inv.alid.pw> skribis:

> * gnu/packages/python-xyz.scm (python-pygments): Update to 2.5.2.
> [home-page]: Follow redirect to https.

Applied, thanks!

Ludo’.

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

* bug#39114: [PATCH 2/2] gnu: httpie: Update to 2.0.0.
  2020-01-13 14:41 ` [bug#39114] [PATCH 2/2] gnu: httpie: Update to 2.0.0 Josh Holland
@ 2020-01-24 23:15   ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-01-24 23:15 UTC (permalink / raw)
  To: Josh Holland; +Cc: 39114-done

Josh Holland <josh@inv.alid.pw> skribis:

> * gnu/packages/python-web.scm (httpie): Update to 2.0.0.

Applied, thanks!

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

end of thread, other threads:[~2020-01-24 23:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-13 14:41 [bug#39113] [PATCH 1/2] gnu: python-pygments: Update to 2.5.2 Josh Holland
2020-01-13 14:41 ` [bug#39114] [PATCH 2/2] gnu: httpie: Update to 2.0.0 Josh Holland
2020-01-24 23:15   ` bug#39114: " Ludovic Courtès
2020-01-24 23:14 ` bug#39113: [PATCH 1/2] gnu: python-pygments: Update to 2.5.2 Ludovic Courtès

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).