mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 21:03:15 +00:00
Merge pull request #337082 from risicle/ris-wagtail-6.0.6-r24.05
[24.05] python311Packages.wagtail: 6.0.5 -> 6.0.6
This commit is contained in:
commit
30f9476a05
@ -26,14 +26,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wagtail";
|
||||
version = "6.0.5";
|
||||
version = "6.0.6";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-rd6cDLhUAGZMdP2+5AUttvdHQSxYnwbEoxfovBA/oOw=";
|
||||
hash = "sha256-wAoF60zuHku/51UOMOwSHs21FD4yjXWqpYa5Pf9dG5U=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user