python3Packages.std2: unstable-2023-07-05 -> unstable-2023-07-09

This commit is contained in:
Gaetan Lepage 2023-07-12 23:18:27 +02:00
parent 2de8efefb6
commit 00ae833142

View File

@ -6,15 +6,15 @@
buildPythonPackage {
pname = "std2";
version = "unstable-2023-07-05";
version = "unstable-2023-07-09";
format = "pyproject";
src = fetchFromGitHub {
owner = "ms-jpq";
repo = "std2";
rev = "1080b7b657f75352481808a906939d16b6d956a1";
hash = "sha256-shAuCZvyFGrW26uTnNeyvlAIABb1d9oeKpk9hQbtuEQ=";
rev = "2d5594b40585ecae60ce5175bee68cc8b3085ee6";
hash = "sha256-phGIWow7PGOtS1Pre1Gz0Xg6izGp6BiUTmze5jI/BwY=";
};
nativeBuildInputs = [ setuptools ];