Merge pull request #141564 from r-ryantm/auto-update/python38Packages.sunpy

python38Packages.sunpy: 3.0.1 -> 3.0.2

authored by Fabian Affolter and committed by GitHub ffaf314a a541ce1f

+2 -2
+2 -2
pkgs/development/python-modules/sunpy/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "sunpy"; 34 - version = "3.0.1"; 34 + version = "3.0.2"; 35 35 disabled = pythonOlder "3.6"; 36 36 37 37 src = fetchPypi { 38 38 inherit pname version; 39 - sha256 = "sha256-WpqkCAwDYb6L+W4VTC/1auGVbblnNYwBxbk+tZbAiBw="; 39 + sha256 = "5dcd2c5cbf2f419da00abde00798d067b515c2f082ce63f4fbe1de47682c1c41"; 40 40 }; 41 41 42 42 nativeBuildInputs = [