3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #148741 from r-ryantm/auto-update/python3.8-sunpy

python38Packages.sunpy: 3.1.1 -> 3.1.2
This commit is contained in:
Fabian Affolter 2021-12-06 23:39:18 +01:00 committed by GitHub
commit 2f5227a712
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,12 +31,12 @@
buildPythonPackage rec {
pname = "sunpy";
version = "3.1.1";
version = "3.1.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "c8fcd3700d8f4b7880a669f28c44f784422da1dbfe59fb175f155703817695ed";
sha256 = "5eeb479c3f2424bf46355165249a1caa849872f8bee525349c4dca4d15b271fd";
};
nativeBuildInputs = [