python3Packages.sunpy: 5.1.4 -> 5.1.5

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:19 +02:00
parent a274166eee
commit 1b4ea65663
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "sunpy";
version = "5.1.4";
version = "5.1.5";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-y+tw1I+C6wDFlJvObWrOhisrryQCeXulkwFyRCuAgTA=";
hash = "sha256-V8w+ErYVKoAPv6X3eh4rUZ5TKti9Z46A1JAdIjabs8k=";
};
nativeBuildInputs = [