Skip to content

Commit

Permalink
python312Packages.django-pgactivity: 1.5.0 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent 0bc7caf commit cddf4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/django-pgactivity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "django-pgactivity";
version = "1.5.0";
version = "1.7.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Opus10";
repo = "django-pgactivity";
rev = "refs/tags/${version}";
hash = "sha256-jOpm/vYy3Ubi+NfvARH19ozZMUgyGD/ZztqxKNvAoLQ=";
tag = version;
hash = "sha256-XJDnNMhkoaRQBVsAdDqnFjOobUHi/RaMQZJnI61MuVI=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit cddf4e4

Please sign in to comment.