summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-05 15:37:13 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-05 17:09:10 +0100
commit705aa42bed586b368795525ff7bc16a8028ba527 (patch)
tree9f7a8a694c5ad22e78dc2e3fbd0c72f7c7cddef2 /gnu/packages/python-xyz.scm
parent35f662d5ed5b61e798aa292ea705cca345807d21 (diff)
gnu: python-whatthepatch: Update to 1.0.7.
* gnu/packages/python-xyz.scm (python-whatthepatch): Update to 1.0.7. [native-inputs]: Remove python-wheel. Change-Id: I5ef3e198f07aed812c2197ba3196b88953fbf45a
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f8327d2ea7..79a0e50b3d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21329,15 +21329,15 @@ templates into Python modules.")
(define-public python-whatthepatch
(package
(name "python-whatthepatch")
- (version "1.0.5")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "whatthepatch" version))
(sha256
- (base32 "024grf30vkpcfr3bq822zv3slhx12ifm51rmfv1inn0j50blqdvz"))))
+ (base32 "1pvygmgj9xqs8d9lsjxvg1mymni8pjsd44yl0a74002jxbmv9vwy"))))
(build-system pyproject-build-system)
- (native-inputs (list python-pytest python-setuptools python-wheel))
+ (native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/cscorley/whatthepatch")
(synopsis "Patch parsing and application library")
(description