mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-murmurhash: Update to 1.0.10.
* gnu/packages/python-xyz.scm (python-murmurhash): Update to 1.0.10. [native-inputs]: Remove python-wheel. Change-Id: I14773c9fd43d24c90af5bcd301dd34894f1ba283
This commit is contained in:
parent
f0184ea657
commit
812a676ddf
1 changed files with 3 additions and 4 deletions
|
@ -39115,7 +39115,7 @@ written in C.")
|
||||||
(define-public python-murmurhash
|
(define-public python-murmurhash
|
||||||
(package
|
(package
|
||||||
(name "python-murmurhash")
|
(name "python-murmurhash")
|
||||||
(version "1.0.7")
|
(version "1.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -39124,7 +39124,7 @@ written in C.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0p8afy51nfvswl2fcimy5vc584zv89349rq12ymbcpp06yidzdfh"))))
|
(base32 "02ny4391kbrssq9bf7kq75615ragvbjhsqi9hgv7wiaiz6yai1k8"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -39152,8 +39152,7 @@ written in C.")
|
||||||
(list python-cython
|
(list python-cython
|
||||||
python-murmurhash3
|
python-murmurhash3
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-wheel))
|
|
||||||
(home-page "https://github.com/explosion/murmurhash")
|
(home-page "https://github.com/explosion/murmurhash")
|
||||||
(synopsis "Cython bindings for MurmurHash2")
|
(synopsis "Cython bindings for MurmurHash2")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue