Skip to content

Commit

Permalink
python312Packages.willow: 1.8.0 -> 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 27, 2024
1 parent 79ed655 commit 0176513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/willow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

buildPythonPackage rec {
pname = "willow";
version = "1.8.0";
version = "1.9.0";
format = "pyproject";

src = fetchFromGitHub {
owner = "wagtail";
repo = "Willow";
rev = "refs/tags/v${version}";
hash = "sha256-g9/v56mdo0sJe5Pl/to/R/kXayaKK3qaYbnnPXpFjXE=";
hash = "sha256-H/UXE6gA6x849aqBcUgl3JYZ87OMNpuFyWGSsgqW1Rk=";
};

nativeBuildInputs = [ flit-core ];
Expand Down

0 comments on commit 0176513

Please sign in to comment.