Skip to content

Commit

Permalink
Merge pull request #304296 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.nox

python312Packages.nox: 2024.03.02 -> 2024.04.15
  • Loading branch information
doronbehar authored Apr 16, 2024
2 parents fe8339a + 6724ecd commit b0b7373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/nox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "nox";
version = "2024.03.02";
version = "2024.04.15";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "wntrblm";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-P86Jy/5MQnuWHelJFQ4kUCFg86Dwzx0Sm/sRonf0pZk=";
hash = "sha256-PagZR2IdS1gS/ukl4b0Al9sdEsFnFwP8oy0eOGKJHMs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b0b7373

Please sign in to comment.