Unverified Commit dfeb6725 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.schwifty: 2025.6.0 -> 2025.7.0 (#429531)

parents 8b916b58 16c35052
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

buildPythonPackage rec {
  pname = "schwifty";
  version = "2025.6.0";
  version = "2025.7.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-q62H94Kjj2N9bnHn3XuxmGuwkReFI0FgvrvnF/vsuLQ=";
    hash = "sha256-qYr08ABWul+m8lt+sXScUMSBwYE7ZQDIhDPjTvRcGfk=";
  };

  build-system = [