python311Packages.versioningit: 2.2.0 -> 2.2.1

Changelog: https://versioningit.readthedocs.io/en/latest/changelog.html
This commit is contained in:
natsukium 2023-11-01 12:17:30 +09:00 committed by Martin Weinelt
parent 4c0f60d1d8
commit 4bb12a8133
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "versioningit";
version = "2.2.0";
version = "2.2.1";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-6xjnunJoqIC/HM/pLlNOlqs04Dl/KNy8s/wNpPaltr0=";
hash = "sha256-DlgkLXq9phrmNZalSUrp7WMayF2Ls8yOF24yU8pLy7U=";
};
postPatch = ''