gnu: python-pathspec: Update to 0.9.0.
* gnu/packages/python-xyz.scm (python-pathspec): Update to 0.9.0.
parent
4bf0190db2
commit
e5f1945e58
|
@ -5177,14 +5177,14 @@ and integrated feature-set for programming Python effectively.")
|
||||||
(define-public python-pathspec
|
(define-public python-pathspec
|
||||||
(package
|
(package
|
||||||
(name "python-pathspec")
|
(name "python-pathspec")
|
||||||
(version "0.7.0")
|
(version "0.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pathspec" version))
|
(uri (pypi-uri "pathspec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"15lvs4awlg8xzl0l4gk9y53xx4yqmqvsv44pglv39m70y85afajn"))))
|
"1cdbdb3s6ldnjpwbi0bgl0xlmw4mbfxk08bbdxc3srx26na4jr75"))))
|
||||||
(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-path-specification")
|
||||||
(synopsis "Utility library for gitignore style pattern matching of file paths")
|
(synopsis "Utility library for gitignore style pattern matching of file paths")
|
||||||
|
|
Reference in New Issue