python310Packages.enturclient: 0.2.3 -> 0.2.4

This commit is contained in:
Fabian Affolter 2022-07-28 20:04:25 +02:00
parent afa351c847
commit bd1d322277

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "enturclient";
version = "0.2.3";
version = "0.2.4";
disabled = pythonOlder "3.8";
format = "pyproject";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "hfurubotten";
repo = pname;
rev = "v${version}";
sha256 = "1w0791f4p3yyncc1izx3q97fyaky2ling14qr0yn0acrmq9yh5cc";
sha256 = "sha256-Y2sBPikCAxumylP1LUy8XgjBRCWaNryn5XHSrRjJIIo=";
};
nativeBuildInputs = [