python3Packages.whitenoise: 6.11.0 -> 6.12.0 (#494554)

This commit is contained in:
dotlambda
2026-04-15 20:47:29 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "whitenoise";
version = "6.11.0";
version = "6.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "evansd";
repo = "whitenoise";
tag = version;
hash = "sha256-pcU4qa2dlyPfMgyi1O8zME4GukIvKN4MQhFtJJjdn9w=";
hash = "sha256-qNya/3oI9413VUGaLPq4vtuLvq9mIGhaYBt+4OhrkOw=";
};
__darwinAllowLocalNetworking = true;