Loading pkgs/development/python-modules/utitools/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage (finalAttrs: { pname = "utitools"; version = "0.4.0"; version = "0.5.0"; pyproject = true; src = fetchFromGitHub { owner = "RhetTbull"; repo = "utitools"; tag = "v${finalAttrs.version}"; hash = "sha256-oI+a+sc9+qi7aFP0dLINAQekib/9pZm10A5jhVIHWvo="; hash = "sha256-mx9vcMCeDTJyWJKm0Ci9IEAPCNfx9NvPGC8cuNYnH1M="; }; build-system = [ flit-core ]; Loading @@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Utilities for working with Uniform Type Identifiers"; homepage = "https://github.com/RhetTbull/utitools"; changelog = "https://github.com/RhetTbull/osxphotos/blob/${finalAttrs.src.tag}/CHANGELOG.md"; changelog = "https://github.com/RhetTbull/utitools/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sigmanificient ]; }; Loading Loading
pkgs/development/python-modules/utitools/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,14 @@ buildPythonPackage (finalAttrs: { pname = "utitools"; version = "0.4.0"; version = "0.5.0"; pyproject = true; src = fetchFromGitHub { owner = "RhetTbull"; repo = "utitools"; tag = "v${finalAttrs.version}"; hash = "sha256-oI+a+sc9+qi7aFP0dLINAQekib/9pZm10A5jhVIHWvo="; hash = "sha256-mx9vcMCeDTJyWJKm0Ci9IEAPCNfx9NvPGC8cuNYnH1M="; }; build-system = [ flit-core ]; Loading @@ -34,7 +34,7 @@ buildPythonPackage (finalAttrs: { meta = { description = "Utilities for working with Uniform Type Identifiers"; homepage = "https://github.com/RhetTbull/utitools"; changelog = "https://github.com/RhetTbull/osxphotos/blob/${finalAttrs.src.tag}/CHANGELOG.md"; changelog = "https://github.com/RhetTbull/utitools/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sigmanificient ]; }; Loading