gaphor: 2.26.0 -> 2.27.0 (#355050)

This commit is contained in:
Rick van Schijndel 2024-11-12 07:21:54 +01:00 committed by GitHub
commit 25dfc053af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,12 +28,12 @@
buildPythonApplication rec {
pname = "gaphor";
version = "2.26.0";
version = "2.27.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-e0K5bfgPqlJh8qrAz40c/w3ANzkfa/6txuqzQDJYXfE=";
hash = "sha256-MsbEeOop6Osq2Hn6CkorsXt8/bTY//QHW/uCl0FEUN4=";
};
pythonRelaxDeps = [ "defusedxml" ];