Merge pull request #268793 from fabaff/twentemilieu-bump

python311Packages.twentemilieu: 2.0.0 -> 2.0.1
This commit is contained in:
Nick Cao 2023-11-20 14:37:21 -05:00 committed by GitHub
commit bfe8cb7987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "twentemilieu";
version = "2.0.0";
version = "2.0.1";
format = "pyproject";
disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-twentemilieu";
rev = "refs/tags/v${version}";
hash = "sha256-r0LZS8TXux1mzzXBTSu+x5sxUZOCzW7poKG3dQ2A6No=";
hash = "sha256-0rs+nBJfyXRj/3n/G2JzUDXaiIYZmWsoIcgLoWKhlV4=";
};
postPatch = ''