1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00

silx: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2024-12-04 00:32:14 +00:00
parent ee4033bb40
commit 29ba792f88

View file

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