python3Packages.magicgui: 0.10.0 -> 0.10.1

R. Ryantm 775af4de 67c6a0c9

Changed files
+4 -4
pkgs
development
python-modules
magicgui
+4 -4
pkgs/development/python-modules/magicgui/default.nix
···
buildPythonPackage rec {
pname = "magicgui";
-
version = "0.10.0";
+
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "pyapp-kit";
repo = "magicgui";
tag = "v${version}";
-
hash = "sha256-taPnP9uB1y9hNqG/3MF3ZTc0q94+8WUx4E6+TQsJnIU=";
+
hash = "sha256-jpM5OpQ10cF+HBhAI9cI/gXdHMzYsgY9vtpfNq+5fIw=";
};
build-system = [
···
meta = with lib; {
description = "Build GUIs from python functions, using magic. (napari/magicgui)";
-
homepage = "https://github.com/napari/magicgui";
-
changelog = "https://github.com/pyapp-kit/magicgui/blob/v${version}/CHANGELOG.md";
+
homepage = "https://github.com/pyapp-kit/magicgui";
+
changelog = "https://github.com/pyapp-kit/magicgui/blob/${src.tag}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ SomeoneSerge ];
};