tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.web3: 7.12.1 -> 7.13.0
R. Ryantm
7 months ago
aa03015d
c7352278
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
web3
default.nix
+2
-2
pkgs/development/python-modules/web3/default.nix
reviewed
···
39
39
40
40
buildPythonPackage rec {
41
41
pname = "web3";
42
42
-
version = "7.12.1";
42
42
+
version = "7.13.0";
43
43
pyproject = true;
44
44
45
45
src = fetchFromGitHub {
46
46
owner = "ethereum";
47
47
repo = "web3.py";
48
48
tag = "v${version}";
49
49
-
hash = "sha256-5fmZJun8yRm+BSKPfe9Fsmp7IWpFhwHD3+iBtkKmr1w=";
49
49
+
hash = "sha256-cG4P/mrvQ3GlGT17o5yVGZtIM5Vgi2+iojUsYSBbhFA=";
50
50
};
51
51
52
52
build-system = [ setuptools ];