silx: 2.1.2 -> 2.2.0 (#377698)

Co-authored-by: pmiddend <pmiddend@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-01-30 09:58:37 +00:00 committed by GitHub
commit 3b9d36d772
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "silx"; pname = "silx";
version = "2.1.2"; version = "2.2.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Uep/BkH3ngGDbPMVptab64SKBbOGqa0qazUoT47idqU="; hash = "sha256-ff2YUp0GjOKAm2k+eBF+WlYlo8Z7gmUjFgTFTvOxRzI=";
}; };
build-system = with python3Packages; [ build-system = with python3Packages; [