gnuastro: 0.23 -> 0.24

This commit is contained in:
R. Ryantm
2025-11-27 12:31:34 +00:00
parent 46d8d22b4b
commit 139bb54037
+2 -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 ];