Skip to content

Commit

Permalink
python312Packages.django-soft-delete: 1.0.14 -> 1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent 83b0c9f commit 23ddc7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

buildPythonPackage rec {
pname = "django-soft-delete";
version = "1.0.14";
version = "1.0.16";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-Qo31bqT7sT9C1PdS8R8qUXqjGsPRtFDmt4xMXV2d/Ds=";
hash = "sha256-zEA5jM2GnHWm1rp/Um4WxK/isMCBHCE6MY2Wu0xYp4c=";
};

dependencies = [ django ];
Expand Down

0 comments on commit 23ddc7b

Please sign in to comment.