Fabian Affolter 2024-12-07 17:41:25 +01:00
parent e1bdae5eb8
commit a0195def6d

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "twentemilieu";
version = "2.1.0";
version = "2.2.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-twentemilieu";
rev = "refs/tags/v${version}";
hash = "sha256-R2zCDDSS6vpdD0TGSuYs6Xl8Ij2lU2UWqkOE4aFyxto=";
hash = "sha256-8tYa/fnc8km0Tl0N/OMP8GUUlIjzB8XP1Ivy9jDmY3s=";
};
postPatch = ''