lol

python310Packages.django-prometheus: 2.2.0 -> 2.3.1

https://github.com/korfuri/django-prometheus/releases/tag/v2.3.1
https://github.com/korfuri/django-prometheus/releases/tag/v2.3.0

+3 -2
+3 -2
pkgs/development/python-modules/django-prometheus/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "django-prometheus"; 12 - version = "2.2.0"; 13 format = "setuptools"; 14 disabled = pythonOlder "3.6"; 15 ··· 17 owner = "korfuri"; 18 repo = pname; 19 rev = "v${version}"; 20 - hash = "sha256-NE0zHnGGSrtkBLrSyBcQuyGrSfSQbdpevokg3YZhwDw="; 21 }; 22 23 patches = [ ··· 43 ]; 44 45 meta = with lib; { 46 description = "Django middlewares to monitor your application with Prometheus.io"; 47 homepage = "https://github.com/korfuri/django-prometheus"; 48 license = licenses.asl20;
··· 9 10 buildPythonPackage rec { 11 pname = "django-prometheus"; 12 + version = "2.3.1"; 13 format = "setuptools"; 14 disabled = pythonOlder "3.6"; 15 ··· 17 owner = "korfuri"; 18 repo = pname; 19 rev = "v${version}"; 20 + hash = "sha256-JiLH+4mmNdb9BN81J5YFiMPna/3gaKUK6ARjmCa3fE8="; 21 }; 22 23 patches = [ ··· 43 ]; 44 45 meta = with lib; { 46 + changelog = "https://github.com/korfuri/django-prometheus/releases/tag/v${version}"; 47 description = "Django middlewares to monitor your application with Prometheus.io"; 48 homepage = "https://github.com/korfuri/django-prometheus"; 49 license = licenses.asl20;