gaphor: 2.26.0 -> 2.27.0

This commit is contained in:
Moritz Sanft 2024-11-10 20:30:15 +01:00
parent 8aed22ecd7
commit b387ece633
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

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" ];