python3.pkgs.astropy: 5.2.1 -> 5.3.3

This commit is contained in:
Doron Behar
2023-09-16 17:40:19 +03:00
parent 174db7dcf9
commit 18490c2caf
@@ -20,7 +20,7 @@
let
pname = "astropy";
version = "5.2.1";
version = "5.3.3";
in
buildPythonPackage {
inherit pname version;
@@ -30,7 +30,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM=";
hash = "sha256-AzDfn116IlQ2fpuM9EJVuhBwsGEjGIxqcu3BgEk/k7s=";
};
postPatch = ''