guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit e1cda3b3bd8868fb616a535a1c812ea81c44acf7
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Sat Jun 13 22:07:38 2026 +0200

    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 <[email protected]>
---
 gnu/packages/python-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 95bf42e1f0..22df11ea04 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -236,7 +236,7 @@ invoked on those path objects directly.")
 (define-public python-pathspec
   (package
     (name "python-pathspec")
-    (version "1.0.4")
+    (version "1.1.1")
     (source
      (origin
        (method git-fetch)
@@ -245,7 +245,7 @@ invoked on those path objects directly.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1xjli6hl8588ki48s4mgx2nn5whnmikxngpfgjbfw4af92j4x5cr"))))
+        (base32 "0mhbc0i67m9j2lis37z1a1gnmamirvgcdnb2zpxdxba4j61w5c6k"))))
     (build-system pyproject-build-system)
     (arguments (list #:test-backend #~'unittest))
     (native-inputs

Reply via email to