Merge pull request #164422 from r-ryantm/auto-update/python3.10-twentemilieu

python310Packages.twentemilieu: 0.5.0 -> 0.6.0
This commit is contained in:
Fabian Affolter 2022-03-16 19:08:11 +01:00 committed by GitHub
commit 8e5a1824b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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