python3Packages.shellingham: 1.5.0 -> 1.5.0.post1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:49 +01:00
parent 06b141af3f
commit ea10441409

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "shellingham";
version = "1.5.0";
version = "1.5.0.post1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "sarugaku";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-CIO5mBFph+5cO7U4NRjMRtQCTbopJDEGlAGBkxjieFw=";
hash = "sha256-nAXI1GxSpmmpJuatPYUeAClA88B9c/buPEWhq7RKvs8=";
};
nativeBuildInputs = [