Loading pkgs/development/python-modules/assay/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "assay"; version = "unstable-2024-05-09"; version = "0-unstable-2024-05-09"; format = "setuptools"; src = fetchFromGitHub { Loading pkgs/development/python-modules/skyfield/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "skyfield"; version = "1.45"; version = "1.49"; pyproject = true; src = fetchFromGitHub { owner = "skyfielders"; repo = "python-skyfield"; rev = version; hash = "sha256-kZrXNVE+JGPGiVsd6CTwOqfciYLsD2A4pTS3FpqO+Dk="; hash = "sha256-PZ63sohdfpop3nYQr2RIMjPbrL9jdfincEhw5D8NZ+Y="; }; # Fix broken tests on "exotic" platforms. Loading @@ -49,9 +49,7 @@ buildPythonPackage rec { assay ]; # assay is broken on Python >= 3.11 # https://github.com/brandon-rhodes/assay/issues/15 doCheck = pythonOlder "3.11"; doCheck = true; checkPhase = '' runHook preCheck Loading Loading
pkgs/development/python-modules/assay/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "assay"; version = "unstable-2024-05-09"; version = "0-unstable-2024-05-09"; format = "setuptools"; src = fetchFromGitHub { Loading
pkgs/development/python-modules/skyfield/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "skyfield"; version = "1.45"; version = "1.49"; pyproject = true; src = fetchFromGitHub { owner = "skyfielders"; repo = "python-skyfield"; rev = version; hash = "sha256-kZrXNVE+JGPGiVsd6CTwOqfciYLsD2A4pTS3FpqO+Dk="; hash = "sha256-PZ63sohdfpop3nYQr2RIMjPbrL9jdfincEhw5D8NZ+Y="; }; # Fix broken tests on "exotic" platforms. Loading @@ -49,9 +49,7 @@ buildPythonPackage rec { assay ]; # assay is broken on Python >= 3.11 # https://github.com/brandon-rhodes/assay/issues/15 doCheck = pythonOlder "3.11"; doCheck = true; checkPhase = '' runHook preCheck Loading