From 5e77eb9e8cc40ec787076c424048d4f27a59bcf3 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 23:45:08 +0200 Subject: [PATCH] python3Packages.editables: 0.5 -> 0.6 https://github.com/pfmoore/editables/blob/0.6/CHANGELOG.md --- pkgs/development/python-modules/editables/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/editables/default.nix b/pkgs/development/python-modules/editables/default.nix index 32030cff7d46..65e52f8c46cc 100644 --- a/pkgs/development/python-modules/editables/default.nix +++ b/pkgs/development/python-modules/editables/default.nix @@ -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 ];