Merge pull request #304296 from r-ryantm/auto-update/python312Packages.nox

python312Packages.nox: 2024.03.02 -> 2024.04.15
This commit is contained in:
Doron Behar 2024-04-16 10:53:12 +03:00 committed by GitHub
commit b0b73738b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "nox";
version = "2024.03.02";
version = "2024.04.15";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "wntrblm";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-P86Jy/5MQnuWHelJFQ4kUCFg86Dwzx0Sm/sRonf0pZk=";
hash = "sha256-PagZR2IdS1gS/ukl4b0Al9sdEsFnFwP8oy0eOGKJHMs=";
};
nativeBuildInputs = [