silx: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-03-10 01:56:58 +00:00
parent d0fabf48ff
commit c5e03c3f5a
+2 -2
View File
@@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "silx";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-ff2YUp0GjOKAm2k+eBF+WlYlo8Z7gmUjFgTFTvOxRzI=";
hash = "sha256-9di3TNjhhoOT4bRwPfaM/jTbVW5+V9b8V2V6ZBwXZjo=";
};
build-system = with python3Packages; [