Commit 338b6cdb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.setupmeta: 3.6.1 -> 3.7.2

parent 2ac84dfd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''