python3Packages.sunpy: 5.0.1 -> 5.1.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:29 +01:00
parent 2cc2f7be29
commit 22036d4b48
@@ -31,14 +31,14 @@
buildPythonPackage rec {
pname = "sunpy";
version = "5.0.1";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-7tmyywyfQw1T9qr5UbPH/KR+AmmhSaHunkeUGRKDl+Q=";
hash = "sha256-C5UnKp0EqzxSHTokdSJmfIOMBI6yXpWSazTxcSLOIvI=";
};
nativeBuildInputs = [