python311Packages.hexbytes: 0.3.0 -> 0.3.1

Diff: https://github.com/ethereum/hexbytes/compare/v0.3.0...v0.3.1
This commit is contained in:
Fabian Affolter
2023-06-30 20:32:18 +02:00
parent 05b84a2b83
commit 709fe22bab
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "hexbytes";
version = "0.3.0";
version = "0.3.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "ethereum";
repo = "hexbytes";
rev = "v${version}";
hash = "sha256-EDFE5MUc+XMwe8BaXkz/DRchAZbS86X+AcShi5rx83M=";
hash = "sha256-19oY/VPP6qkxHCkIgpC28fOOYKEYcNbVVGoHJmMmOl8=";
};
nativeCheckInputs = [