lol

silx: 2.1.1 -> 2.1.2 (#361612)

authored by

nixpkgs-merge-bot[bot] and committed by
GitHub
87c4f4d7 d18ef821

+2 -2
+2 -2
pkgs/by-name/si/silx/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "silx"; 9 - version = "2.1.1"; 9 + version = "2.1.2"; 10 10 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-LfCRWkUrqQb7zxiFTPhy/g9FWhNMXTRbhEgek4tZb5I="; 15 + hash = "sha256-Uep/BkH3ngGDbPMVptab64SKBbOGqa0qazUoT47idqU="; 16 16 }; 17 17 18 18 build-system = with python3Packages; [