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

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.django-annoying: 0.10.7 -> 0.10.8

Diff: https://github.com/skorokithakis/django-annoying/compare/refs/tags/v0.10.7...refs/tags/v0.10.8

Changelog: https://github.com/skorokithakis/django-annoying/releases/tag/v$version

+2 -2
+2 -2
pkgs/development/python-modules/django-annoying/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "django-annoying"; 14 - version = "0.10.7"; 14 + version = "0.10.8"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "skorokithakis"; 19 19 repo = "django-annoying"; 20 20 tag = "v${version}"; 21 - hash = "sha256-lEl9k2DOJUiCxiSp1xWIGsKbZ9iJlNWr3mxTXlKXbt4="; 21 + hash = "sha256-zBOHVar4iKb+BioIwmDosNZKi/0YcjYfBusn0Lv8pMw="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];