gnu: python-glob2: Update to 0.7.

* gnu/packages/python-xyz.scm (python-glob2): Update to 0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-14 18:10:52 +02:00
parent 8e45ec509e
commit 4df49d1968
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -15065,16 +15065,16 @@ (define-public python-async-timeout
(define-public python-glob2 (define-public python-glob2
(package (package
(name "python-glob2") (name "python-glob2")
(version "0.6") (version "0.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/miracle2k/python-glob2.git") (url "https://github.com/miracle2k/python-glob2.git")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1lm1xz3k3l0k1c5bcp9hlzmi3gp5j8dl1k3xhpiq5mnm0xq6n163")))) (base32 "160nh2ay9lw2hi0rixpzb2k87r6ql56k0j2cm87lqz8xc8zbw919"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/miracle2k/python-glob2/") (home-page "https://github.com/miracle2k/python-glob2/")
(synopsis "Extended Version of the python buildin glob module") (synopsis "Extended Version of the python buildin glob module")