python3Packages.editables: 0.5 -> 0.6

https://github.com/pfmoore/editables/blob/0.6/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-07-15 03:12:02 +02:00
parent f8b4066712
commit 5e77eb9e8c
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "editables";
version = "0.5";
version = "0.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-MJYn2bXErcDmaNjG+nusG6fIxdQVwtJ/YPCB+OgNHeI=";
hash = "sha256-EWODSQI4HEYTeHlRxZFIAP3xVa4IhIo3O46lAGeAl3w=";
};
build-system = [ flit-core ];