Merge pull request #282973 from r-ryantm/auto-update/python311Packages.willow

python311Packages.willow: 1.7.0 -> 1.8.0
This commit is contained in:
Nick Cao 2024-01-22 16:55:13 -05:00 committed by GitHub
commit ad772cd290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "willow";
version = "1.7.0";
version = "1.8.0";
format = "pyproject";
disabled = pythonOlder "2.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "wagtail";
repo = "Willow";
rev = "refs/tags/v${version}";
hash = "sha256-+ubylc/Zuw3DSSgtTg2dO3Zj0gpTJcLbb1J++caxS7w=";
hash = "sha256-g9/v56mdo0sJe5Pl/to/R/kXayaKK3qaYbnnPXpFjXE=";
};
nativeBuildInputs = [