silx: 2.2.1 -> 2.2.2

This commit is contained in:
R. Ryantm 2025-04-11 18:24:26 +00:00
parent a78a226cec
commit e10c7dd6a9

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "silx";
version = "2.2.1";
version = "2.2.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-9di3TNjhhoOT4bRwPfaM/jTbVW5+V9b8V2V6ZBwXZjo=";
hash = "sha256-XZujZ7VxXMTLkBE4jz1xIA1763Z2yRCVL9E1CjQsVx8=";
};
build-system = with python3Packages; [