python313Packages.nox: 2025.10.16 -> 2025.11.12

Diff: https://github.com/wntrblm/nox/compare/2025.10.16...2025.11.12

Changelog: https://github.com/wntrblm/nox/blob/2025.11.12/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2025-11-16 02:12:57 +01:00
parent 5103f5253f
commit c86c7c74b3

View File

@@ -29,7 +29,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nox"; pname = "nox";
version = "2025.10.16"; version = "2025.11.12";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.12"; disabled = pythonOlder "3.12";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "wntrblm"; owner = "wntrblm";
repo = "nox"; repo = "nox";
tag = version; tag = version;
hash = "sha256-oRVDGHw/0HkHLtzcSZL2Aj1uxuRS/ms66cBPDQjJ17I="; hash = "sha256-GYVCM4AX18ryODx0GSm0hRwr1wdluqllsc+iEmLTl6U=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];