gnuastro: 0.23 -> 0.24 (#465588)

This commit is contained in:
Nikolay Korotkiy
2025-11-27 14:42:45 +00:00
committed by GitHub
+4 -2
View File
@@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "gnuastro";
version = "0.23";
version = "0.24";
src = fetchurl {
url = "mirror://gnu/gnuastro/gnuastro-${version}.tar.gz";
hash = "sha256-+X53X/tZgcY/it++lY/Ov5FHwT8OfpZAfd398zs/dwI=";
hash = "sha256-xOZAHu5dgWGbgtjRimRHhRs24HVBGOv1vfrHoDGU+YE=";
};
nativeBuildInputs = [ libtool ];
@@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
hardeningDisable = lib.optionals stdenv.hostPlatform.isDarwin [ "format" ];
meta = {
description = "GNU astronomy utilities and library";
homepage = "https://www.gnu.org/software/gnuastro/";