nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.django-prometheus: 2.4.0 -> 2.4.1

https://github.com/django-commons/django-prometheus/releases/tag/v2.4.1

+2 -2
+2 -2
pkgs/development/python-modules/django-prometheus/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "django-prometheus"; 13 - version = "2.4.0"; 13 + version = "2.4.1"; 14 14 pyproject = true; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "django-commons"; 18 18 repo = "django-prometheus"; 19 19 tag = "v${version}"; 20 - hash = "sha256-cKkpsV3w2SUvQuSBm0MlTsomdrU4h7CS5L+nKFvrKA8="; 20 + hash = "sha256-Bf1JSh9ibiPOa252IPld1FvHTPbCsB/amtlQdRQwoWY="; 21 21 }; 22 22 23 23 postPatch = ''