python3Packages.nox: 2026.04.10 -> 2026.07.11 (#541675)

This commit is contained in:
Doron Behar
2026-07-14 19:29:58 +00:00
committed by GitHub
@@ -28,14 +28,14 @@
buildPythonPackage (finalAttrs: {
pname = "nox";
version = "2026.04.10";
version = "2026.07.11";
pyproject = true;
src = fetchFromGitHub {
owner = "wntrblm";
repo = "nox";
tag = finalAttrs.version;
hash = "sha256-ArSA9I86hTKM+fkTdzOeheYVxpdjweMs2I0mUwR14sQ=";
hash = "sha256-Ve9mKZ6C9X/SjscEIO11fyMqokjlYZqbqXWC1R1+Kmc=";
};
build-system = [ hatchling ];