mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-eradicate: Update to 3.0.0.
* gnu/packages/python-check.scm (python-eradicate): Update to 3.0.0. Change-Id: I7f823f784fc1790217ca5837aa9415279c64c45c Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
943ea45728
commit
db1c4b8556
1 changed files with 3 additions and 3 deletions
|
@ -665,16 +665,16 @@ text styles of documentation.")
|
||||||
(define-public python-eradicate
|
(define-public python-eradicate
|
||||||
(package
|
(package
|
||||||
(name "python-eradicate")
|
(name "python-eradicate")
|
||||||
(version "2.0.0")
|
(version "3.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/myint/eradicate")
|
(url "https://github.com/myint/eradicate")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18vbahs105gznwdymnb9j0vwdk6f7hby7harf7nr2lsjia61pgah"))))
|
(base32 "135xywygriid1wvqkra13iccaayh5r6a233jyfrj6kizhflksy2p"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/myint/eradicate")
|
(home-page "https://github.com/myint/eradicate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue