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

Configure Feed

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

python312Packages.django-extensions: 4.0 -> 4.1

+2 -2
+2 -2
pkgs/development/python-modules/django-extensions/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "django-extensions"; 30 - version = "4.0"; 30 + version = "4.1"; 31 31 pyproject = true; 32 32 33 33 src = fetchFromGitHub { 34 34 owner = pname; 35 35 repo = pname; 36 36 tag = version; 37 - hash = "sha256-VosMPkwzqmEieB85k7qX5yfefHNn+RwAsoR1ezYJHC4="; 37 + hash = "sha256-WgO/bDe4anQCc1q2Gdq3W70yDqDgmsvn39Qf9ZNVXuE="; 38 38 }; 39 39 40 40 build-system = [ setuptools ];