pythonPackages.versioningit: 2.1.0 -> 2.2.0

https://versioningit.readthedocs.io/en/latest/changelog.html#v2-2-0-2023-02-11
This commit is contained in:
D Anzorge 2023-02-13 21:29:10 +01:00
parent 1f27152eb5
commit 3deb8bdf13

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "versioningit";
version = "2.1.0";
version = "2.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-c/KWXjDS6/1/+ra/JjaPIjdXBiLdKknH+8GZXenGdtY=";
hash = "sha256-6xjnunJoqIC/HM/pLlNOlqs04Dl/KNy8s/wNpPaltr0=";
};
postPatch = ''