mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: python-glob2: Update to 0.7.
* gnu/packages/python-xyz.scm (python-glob2): Update to 0.7.
This commit is contained in:
parent
8e45ec509e
commit
4df49d1968
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue