summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-31 23:26:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:11 +0100
commit3fcb6470a48fe57a012a788b5f57ef701535b6ed (patch)
treec79402ea96bebf6871cf20fb28535434cb7d9b04 /gnu
parenteeae7bd7a979397b211025fa34aa82fbf062df4d (diff)
gnu: python-sphinx-design: Update to 0.7.0.
* gnu/packages/sphinx.scm (python-sphinx-design): Update to 0.7.0. Change-Id: I9a59e1a7ba693b4802380314e05c5e92e6587fb8
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/sphinx.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm
index c170e5c984e..400a1ca3e8e 100644
--- a/gnu/packages/sphinx.scm
+++ b/gnu/packages/sphinx.scm
@@ -482,16 +482,16 @@ to code blocks.")
482(define-public python-sphinx-design 482(define-public python-sphinx-design
483 (package 483 (package
484 (name "python-sphinx-design") 484 (name "python-sphinx-design")
485 (version "0.6.1") 485 (version "0.7.0")
486 (source 486 (source
487 (origin 487 (origin
488 (method git-fetch) ; no tests in PyPI release 488 (method git-fetch)
489 (uri (git-reference 489 (uri (git-reference
490 (url "https://github.com/executablebooks/sphinx-design") 490 (url "https://github.com/executablebooks/sphinx-design")
491 (commit (string-append "v" version)))) 491 (commit (string-append "v" version))))
492 (file-name (git-file-name name version)) 492 (file-name (git-file-name name version))
493 (sha256 493 (sha256
494 (base32 "0n3bxibg9p16i3c3l0w8j0aw9pi9dggz1ixllgrmd9d5hdn6kl57")))) 494 (base32 "0565y4nfpdgjbi49d7m0lfbwjgn6dg0iv4ipgav0bnhp1wih0l1n"))))
495 (build-system pyproject-build-system) 495 (build-system pyproject-build-system)
496 (native-inputs 496 (native-inputs
497 (list python-flit-core 497 (list python-flit-core