mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 04:03:04 +00:00
python310Packages.eth-typing: 3.1.0 -> 3.2.0
Diff: https://github.com/ethereum/eth-typing/compare/refs/tags/v3.1.0...v3.2.0 Changelog: https://github.com/ethereum/eth-typing/blob/v3.2.0/docs/release_notes.rst
This commit is contained in:
parent
c6d416c1e3
commit
7f2e083d7a
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "eth-typing";
|
||||
version = "3.1.0";
|
||||
version = "3.2.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "ethereum";
|
||||
repo = "eth-typing";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Xk/IfW1zuNbGdYAxXTNL9kL+ZW1bWruZ21KFV9+lv/E=";
|
||||
hash = "sha256-klN38pIQ9ZOFV7dzXNvylPGfifR8pXRLTJ3VE579AY0=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user