emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39113: closed ([PATCH 1/2] gnu: python-pygments: Update to 2.5.2.)


From: GNU bug Tracking System
Subject: bug#39113: closed ([PATCH 1/2] gnu: python-pygments: Update to 2.5.2.)
Date: Fri, 24 Jan 2020 23:15:02 +0000

Your message dated Sat, 25 Jan 2020 00:14:17 +0100
with message-id <address@hidden>
and subject line Re: [bug#39113] [PATCH 1/2] gnu: python-pygments: Update to 
2.5.2.
has caused the debbugs.gnu.org bug report #39113,
regarding [PATCH 1/2] gnu: python-pygments: Update to 2.5.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39113: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39113
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: python-pygments: Update to 2.5.2. Date: Mon, 13 Jan 2020 14:41:00 +0000
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39113] [PATCH 1/2] gnu: python-pygments: Update to 2.5.2. Date: Sat, 25 Jan 2020 00:14:17 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Josh Holland <address@hidden> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]