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

Configure Feed

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

python3Packages.django-soft-delete: 1.0.18 -> 1.0.19

R. Ryantm d4b38aef 379f765f

+2 -2
+2 -2
pkgs/development/python-modules/django-soft-delete/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "django-soft-delete"; 11 - version = "1.0.18"; 11 + version = "1.0.19"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "django_soft_delete"; 16 16 inherit version; 17 - hash = "sha256-0vnbRJpPAI6XhvgvpLr75AdfegsyhIRHNQB+mIsqTfY="; 17 + hash = "sha256-xn7okg4UVuyoTMWbMwTvJ/qdR2tRa+cmzn4fxVhQKQg="; 18 18 }; 19 19 20 20 build-system = [ hatchling ];