summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorHugo Buddelmeijer <hugo@buddelmeijer.nl>2026-06-13 22:07:38 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:01:53 +0100
commit456fa21920956720f5445c58848ef0e04c729d5f (patch)
tree713348bc12f31f22c446a5f2b9967d2bc5bfd65e /gnu/packages/python-build.scm
parente1c736072b64d6b8711b8e5f70a9935ffcde0640 (diff)
gnu: python-pathspec: Update to 1.1.1.
* gnu/packages/python-build.scm (python-pathspec): Update to 1.1.1. Relates-to: guix/guix!9278 Change-Id: If367302afeeb6da0ede783662e447e62267e01fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 95bf42e1f04..22df11ea04c 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -236,7 +236,7 @@ invoked on those path objects directly.")
236(define-public python-pathspec 236(define-public python-pathspec
237 (package 237 (package
238 (name "python-pathspec") 238 (name "python-pathspec")
239 (version "1.0.4") 239 (version "1.1.1")
240 (source 240 (source
241 (origin 241 (origin
242 (method git-fetch) 242 (method git-fetch)
@@ -245,7 +245,7 @@ invoked on those path objects directly.")
245 (commit (string-append "v" version)))) 245 (commit (string-append "v" version))))
246 (file-name (git-file-name name version)) 246 (file-name (git-file-name name version))
247 (sha256 247 (sha256
248 (base32 "1xjli6hl8588ki48s4mgx2nn5whnmikxngpfgjbfw4af92j4x5cr")))) 248 (base32 "0mhbc0i67m9j2lis37z1a1gnmamirvgcdnb2zpxdxba4j61w5c6k"))))
249 (build-system pyproject-build-system) 249 (build-system pyproject-build-system)
250 (arguments (list #:test-backend #~'unittest)) 250 (arguments (list #:test-backend #~'unittest))
251 (native-inputs 251 (native-inputs