Loading pkgs/development/python-modules/numbagg/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ }: buildPythonPackage rec { version = "0.9.0"; version = "0.9.1"; pname = "numbagg"; pyproject = true; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "numbagg"; repo = "numbagg"; tag = "v${version}"; hash = "sha256-BuD5hjAd++pW4pEQyl0UP9gd3J8SjJirtpxVE53BLpM="; hash = "sha256-IathtnmGlgug+u7AS1ulgf2462br5DdU3TJBDlBPf08="; }; build-system = [ Loading Loading @@ -59,7 +59,7 @@ buildPythonPackage rec { meta = { description = "Fast N-dimensional aggregation functions with Numba"; homepage = "https://github.com/numbagg/numbagg"; changelog = "https://github.com/numbagg/numbagg/releases/tag/${version}"; changelog = "https://github.com/numbagg/numbagg/releases/tag/v${version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ flokli ]; }; Loading Loading
pkgs/development/python-modules/numbagg/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ }: buildPythonPackage rec { version = "0.9.0"; version = "0.9.1"; pname = "numbagg"; pyproject = true; Loading @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "numbagg"; repo = "numbagg"; tag = "v${version}"; hash = "sha256-BuD5hjAd++pW4pEQyl0UP9gd3J8SjJirtpxVE53BLpM="; hash = "sha256-IathtnmGlgug+u7AS1ulgf2462br5DdU3TJBDlBPf08="; }; build-system = [ Loading Loading @@ -59,7 +59,7 @@ buildPythonPackage rec { meta = { description = "Fast N-dimensional aggregation functions with Numba"; homepage = "https://github.com/numbagg/numbagg"; changelog = "https://github.com/numbagg/numbagg/releases/tag/${version}"; changelog = "https://github.com/numbagg/numbagg/releases/tag/v${version}"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ flokli ]; }; Loading