python3Packages.pecan: 1.6.0 -> 1.7.0 (#423280)

This commit is contained in:
Aleksana
2025-07-10 23:39:52 +08:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pecan";
version = "1.6.0";
version = "1.7.0";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-X9RGlYPu0t7Te00QpHDhGl3j88lj3IeYTncuJcVv7T4=";
hash = "sha256-feFb9KJgDcWEvtDyVDHf7WvyCnpbyTWkjSzlAGMzmBU=";
};
build-system = [ setuptools ];