python313Packages.setupmeta: 3.6.1 -> 3.7.2

Diff: https://github.com/codrsquad/setupmeta/compare/refs/tags/v3.6.1...v3.7.2
This commit is contained in:
Fabian Affolter
2025-03-21 09:38:20 +01:00
parent 2ac84dfdac
commit 338b6cdb06
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "setupmeta";
version = "3.6.1";
version = "3.7.2";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "codrsquad";
repo = "setupmeta";
tag = "v${version}";
hash = "sha256-L8RDfcAa2Zhr6huFt0AmNt0Qzea2xNtCX1BIULsiQgA=";
hash = "sha256-qtnewUmTApPYq7/X82GsduW0VcioW4huRAyDMHUD74Q=";
};
preBuild = ''