python310Packages.twentemilieu: 0.6.0 -> 0.6.1

This commit is contained in:
Fabian Affolter 2022-05-16 18:26:01 +02:00 committed by Jonathan Ringer
parent 6323f3ccba
commit cbf3699448

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "twentemilieu";
version = "0.6.0";
version = "0.6.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-twentemilieu";
rev = "v${version}";
sha256 = "sha256-UE7fhbSThXmMns1XfUUQqw0wn5/w/x+UncansIBiank=";
sha256 = "sha256-k2jdw2H/bNejNUjIEQlEA1KkHHpkyFlSDC1HKUoMIqQ=";
};
postPatch = ''