Loading pkgs/development/python-modules/flowjax/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -21,16 +21,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "flowjax"; version = "17.2.0"; version = "17.2.1"; pyproject = true; src = fetchFromGitHub { owner = "danielward27"; repo = "flowjax"; tag = "v${version}"; hash = "sha256-gaHlXm1M41njtgQt+f77Wd7q+PQ+1ipZiLtv59z1ma4="; tag = "v${finalAttrs.version}"; hash = "sha256-ghK3CxBlybajsvhjzjyDapUC71JwMz+njHn4hAztVUM="; }; build-system = [ Loading Loading @@ -58,8 +58,8 @@ buildPythonPackage rec { meta = { description = "Distributions, bijections and normalizing flows using Equinox and JAX"; homepage = "https://github.com/danielward27/flowjax"; changelog = "https://github.com/danielward27/flowjax/releases/tag/${src.tag}"; changelog = "https://github.com/danielward27/flowjax/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; }; } }) Loading
pkgs/development/python-modules/flowjax/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -21,16 +21,16 @@ pytestCheckHook, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "flowjax"; version = "17.2.0"; version = "17.2.1"; pyproject = true; src = fetchFromGitHub { owner = "danielward27"; repo = "flowjax"; tag = "v${version}"; hash = "sha256-gaHlXm1M41njtgQt+f77Wd7q+PQ+1ipZiLtv59z1ma4="; tag = "v${finalAttrs.version}"; hash = "sha256-ghK3CxBlybajsvhjzjyDapUC71JwMz+njHn4hAztVUM="; }; build-system = [ Loading Loading @@ -58,8 +58,8 @@ buildPythonPackage rec { meta = { description = "Distributions, bijections and normalizing flows using Equinox and JAX"; homepage = "https://github.com/danielward27/flowjax"; changelog = "https://github.com/danielward27/flowjax/releases/tag/${src.tag}"; changelog = "https://github.com/danielward27/flowjax/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ GaetanLepage ]; }; } })