gnuastro: 0.22 -> 0.23

This commit is contained in:
R. Ryantm 2024-07-17 00:46:54 +00:00
parent 73ff0bcbd3
commit e145cabe34

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 ];