diff mbox series

[bug#45580] gnu: python-sphinx: Update to 3.4.1.

Message ID db4b9a7f3d0f8bb26a806516b322fa5418ab4fca.camel@zrythm.org
State Accepted
Headers show
Series [bug#45580] gnu: python-sphinx: Update to 3.4.1. | expand

Checks

Context Check Description
cbaines/submitting builds success
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Alexandros Theodotou Dec. 31, 2020, 10:18 p.m. UTC
Hi,

This patch updates python-sphinx to latest version.

Thanks,
Alex

Comments

Efraim Flashner July 20, 2021, 6:32 p.m. UTC | #1
Sorry, it looks like this patch got missed and python-sphinx is now at
4.0.1 on core-updates.
diff mbox series

Patch

From 8d1377976240b980ba901c757af31ab7e81f9579 Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Thu, 31 Dec 2020 22:16:23 +0000
Subject: [PATCH] gnu: python-sphinx: Update to 3.4.1.

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

diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index 3531ed3bdf..973f12359c 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -49,14 +49,14 @@ 
 (define-public python-sphinx
   (package
     (name "python-sphinx")
-    (version "3.2.1")
+    (version "3.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Sphinx" version))
        (sha256
         (base32
-         "1s70hxhddzf656kmj01lws4cbywgsinbg8750r9ilf7s2sdns79j"))))
+         "1vqjhy7hl8nzzjl534ixwwm809nsac9vz0si108ld4pqbwhcnl74"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.29.2