Archived
1
0
Fork 0

gnu: python-pathspec: Update to 0.11.1.

* gnu/packages/python-build.scm (python-pathspec): Update to 0.11.1.
[home-page]: Update URL.
This commit is contained in:
Maxim Cournoyer 2023-04-15 22:04:30 -04:00
parent 1eeb4a246c
commit 19c178e35f
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -49,16 +49,16 @@
(define-public python-pathspec (define-public python-pathspec
(package (package
(name "python-pathspec") (name "python-pathspec")
(version "0.9.0") (version "0.11.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pathspec" version)) (uri (pypi-uri "pathspec" version))
(sha256 (sha256
(base32 (base32
"1cdbdb3s6ldnjpwbi0bgl0xlmw4mbfxk08bbdxc3srx26na4jr75")))) "11qnlcanr1mqcpqpq1hmnwrs26csbsa2bafc7biq09x91y0dx617"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/cpburnz/python-path-specification") (home-page "https://github.com/cpburnz/python-pathspec")
(synopsis "Utility library for gitignore style pattern matching of file paths") (synopsis "Utility library for gitignore style pattern matching of file paths")
(description (description
"This package provides a utility library for gitignore style pattern "This package provides a utility library for gitignore style pattern