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

python3Packages.nox: 2026.02.09 -> 2026.04.10

parent ff08047c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

buildPythonPackage rec {
  pname = "nox";
  version = "2026.02.09";
  version = "2026.04.10";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
    owner = "wntrblm";
    repo = "nox";
    tag = version;
    hash = "sha256-RaB0q9gCoYqKAI8IzNh5qUd0SrzsPeOa3C6IGxpcbwE=";
    hash = "sha256-ArSA9I86hTKM+fkTdzOeheYVxpdjweMs2I0mUwR14sQ=";
  };

  build-system = [ hatchling ];