Skip to content

Commit

Permalink
python310Packages.shiv: 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 14, 2022
1 parent 2fc8a03 commit b731b3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/shiv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

buildPythonPackage rec {
pname = "shiv";
version = "1.0.1";
version = "1.0.2";
format = "pyproject";

src = fetchPypi {
inherit pname version;
sha256 = "ec16095a0565906536af7f5e57771e9ae7a061b646ed63ad66ebbc70c30f4d2a";
sha256 = "sha256-BDSfgXSythWUrwVnsg27rHN0nsfumFdX/2e62h239UY=";
};

propagatedBuildInputs = [ click pip setuptools wheel ];
Expand Down

0 comments on commit b731b3a

Please sign in to comment.