Commit bd925d62 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pytools: 2025.2.2 -> 2025.2.4

parent 9f0eb337
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pytools";
  version = "2025.2.2";
  version = "2025.2.4";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-iOxR2SM7CisJNe1/FTRX7nDf0xpaCuQA8/xs3K8tQ90=";
    hash = "sha256-nLgr50dW0ZIcArrTx2fr3kZ50tFDqFpMNY0y9lRuVG8=";
  };

  build-system = [ hatchling ];