Merge pull request #327773 from r-ryantm/auto-update/gnuastro

gnuastro: 0.22 -> 0.23
This commit is contained in:
Nikolay Korotkiy 2024-07-17 12:00:58 +04:00 committed by GitHub
commit f583565ffd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "gnuastro";
version = "0.22";
version = "0.23";
src = fetchurl {
url = "mirror://gnu/gnuastro/gnuastro-${version}.tar.gz";
sha256 = "sha256-f9fxaga95VrtliggkM2SITW+6pAjaeWvgUOJ6rnMcwg=";
sha256 = "sha256-+X53X/tZgcY/it++lY/Ov5FHwT8OfpZAfd398zs/dwI=";
};
nativeBuildInputs = [ libtool ];

View File

@ -8478,8 +8478,6 @@ with pkgs;
gpp = callPackage ../development/tools/gpp { };
gnuastro = callPackage ../applications/science/astronomy/gnuastro { };
gpredict = callPackage ../applications/science/astronomy/gpredict {
hamlib = hamlib_4;
};