Merge pull request #169870 from NixOS/xxhash
python3Packages.xxhash: fix version with setuptools-scm
This commit is contained in:
commit
dafd142f69
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, setuptools-scm
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -12,6 +13,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-MLLZeq8R+xIgI/a0TruXxpVengDXRhqWQVygMLXOucc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ifduyue/python-xxhash";
|
||||
description = "Python Binding for xxHash https://pypi.org/project/xxhash/";
|
||||
|
Loading…
Reference in New Issue
Block a user