3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.sunpy: 4.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm 2022-06-10 00:52:16 +00:00
parent fdf46783c7
commit 3abb144ebf

View file

@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "sunpy";
version = "4.0.0";
version = "4.0.1";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-01eGYls8eE2e3vzDYXz5D1xQs7pxpmHt89aBKCvVdLg=";
hash = "sha256-TKOJcEg5A3zjuJbH/tugoX7A7vxSwcE20jJ5QuvWTu8=";
};
nativeBuildInputs = [