Skip to content

Commit

Permalink
python3.pkgs.astropy: 5.2.1 -> 5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
doronbehar authored and digtail committed Sep 25, 2023
1 parent 9655465 commit 16e89d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/astropy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

let
pname = "astropy";
version = "5.2.1";
version = "5.3.3";
in
buildPythonPackage {
inherit pname version;
Expand All @@ -30,7 +30,7 @@ buildPythonPackage {

src = fetchPypi {
inherit pname version;
hash = "sha256-9q4noHf46oSQPvp2x5C5hWFzQaAISw0hw5H3o/MyrCM=";
hash = "sha256-AzDfn116IlQ2fpuM9EJVuhBwsGEjGIxqcu3BgEk/k7s=";
};

postPatch = ''
Expand Down

0 comments on commit 16e89d5

Please sign in to comment.