Skip to content

Commit 906114f

Browse files
authored
python312Packages.shiv: 1.0.7 -> 1.0.8 (#364744)
2 parents 160b47b + 6a71b41 commit 906114f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/shiv/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
buildPythonPackage rec {
1313
pname = "shiv";
14-
version = "1.0.7";
14+
version = "1.0.8";
1515
format = "pyproject";
1616

1717
src = fetchPypi {
1818
inherit pname version;
19-
hash = "sha256-lHdX/iY4OuntoMV288uiRN+jcV7S9Jk1RLdYJF9xqxU=";
19+
hash = "sha256-KmjWnpjOgctbj9r7/B4n76k+bYnKFL+uM0guQXb1YdY=";
2020
};
2121

2222
propagatedBuildInputs = [

0 commit comments

Comments
 (0)