python3Packages.typed-settings: 2.0.2 -> 23.0.1

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:18 +02:00
parent 3ac28e382f
commit 1fab226ec2

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "typed-settings";
version = "2.0.2";
version = "23.0.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "typed_settings";
inherit version;
hash = "sha256-AYHA1xFS0g99cloGIjvi8loKS/Q/AteyLiLH8rf+2No=";
hash = "sha256-gnwiSCVWU0mpUDiHt9GE2DtfFd2xpOsDL5r/fFctkg4=";
};
nativeBuildInputs = [