python311Packages.eth-hash: 0.3.2 -> 0.5.2

This commit is contained in:
Miao, ZhiCheng 2023-06-27 00:15:05 +03:00
parent 76922ee850
commit 7e9d3a7f46
No known key found for this signature in database
GPG Key ID: 1080B4863AD0F5D1

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "eth-hash";
version = "0.3.2";
version = "0.5.2";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "ethereum";
repo = "eth-hash";
rev = "v${version}";
hash = "sha256-LMDtFUrsPYgj/Fl9aBW1todlj1D3LlFxAkzNFAzCGLQ=";
hash = "sha256-6UN+kvLjjAtkmLgUaovjZC/6n3FZtXCwyXZH7ijQObU=";
};
nativeCheckInputs = [