Merge pull request #216221 from DeeUnderscore/update/versioningit-2.2.0

python3Packages.versioningit: 2.1.0 -> 2.2.0
This commit is contained in:
Nick Cao 2023-02-14 09:30:36 +08:00 committed by GitHub
commit f99c72ed67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''