Merge pull request #193260 from r-ryantm/auto-update/xxh

python310Packages.xxh: 0.8.10 -> 0.8.11
This commit is contained in:
Fabian Affolter 2022-09-28 02:22:49 +02:00 committed by GitHub
commit 93b6efc8e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonApplication rec{
pname = "xxh";
version = "0.8.10";
version = "0.8.11";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,8 +18,8 @@ buildPythonApplication rec{
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-2RMzgIAhM//XReCFBGlTlXn9j4WQiM/k2pLxP2iPUy8=";
rev = "refs/tags/${version}";
hash = "sha256-xZVQamTEQpwxKZxOOhQyaDP4fX2dAI1CTNL94tHuGIw=";
};
propagatedBuildInputs = [