guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: python-docutils: Add 0.19.


From: guix-commits
Subject: 12/20: gnu: python-docutils: Add 0.19.
Date: Sun, 11 Sep 2022 13:46:51 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 5cce7a68246bc1ad4ca34886248ea86ee311b14a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 11 16:21:20 2022 +0200

    gnu: python-docutils: Add 0.19.
    
    * gnu/packages/python-xyz.scm (python-docutils-0.19): New variable.
---
 gnu/packages/python-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6a9122f1d5..d83145e2dd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4387,6 +4387,18 @@ via commands such as @command{rst2man}, as well as 
supporting Python code.")
     ;; licensed under the PFSL, BSD 2-clause, and GPLv3+ licenses.
     (license (list license:public-domain license:psfl license:bsd-2 
license:gpl3+))))
 
+;; TODO: Make this the default in the next rebuild cycle.
+(define-public python-docutils-0.19
+  (package
+    (inherit python-docutils)
+    (version "0.19")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "docutils" version))
+              (sha256
+               (base32
+                "1rprvir116g5rz2bgzkzgyn6mv0z8582rz7bgxbpy2y3adkmm69k"))))))
+
 ;; awscli refuses to be built with docutils < 0.16.
 (define-public python-docutils-0.15
   (package



reply via email to

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