tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
shiv: 1.0.2 -> 1.0.3
R. Ryantm
3 years ago
98cb415b
0b5d5f19
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
shiv
default.nix
+2
-2
pkgs/development/python-modules/shiv/default.nix
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "shiv";
14
14
-
version = "1.0.2";
14
14
+
version = "1.0.3";
15
15
format = "pyproject";
16
16
17
17
src = fetchPypi {
18
18
inherit pname version;
19
19
-
sha256 = "sha256-BDSfgXSythWUrwVnsg27rHN0nsfumFdX/2e62h239UY=";
19
19
+
sha256 = "sha256-vxRv8/Oryi6xIU6GAY82EkocItk1QO71JAMhys19f1c=";
20
20
};
21
21
22
22
propagatedBuildInputs = [ click pip setuptools wheel ];