python310Packages.twentemilieu: 0.6.1 -> 1.0.0

This commit is contained in:
Fabian Affolter 2023-03-22 20:17:08 +01:00
parent 54de698c6f
commit 37ea4256b1

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "twentemilieu";
version = "0.6.1";
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-twentemilieu";
rev = "v${version}";
hash = "sha256-k2jdw2H/bNejNUjIEQlEA1KkHHpkyFlSDC1HKUoMIqQ=";
hash = "sha256-MTAVa5gP5e8TIE/i1DjfmwKm1zDVC/WEcYKxZSV/+Ug=";
};
postPatch = ''