Unverified Commit 95597efd authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

gnuastro: 0.23 -> 0.24 (#465588)

parents d8607753 98be341c
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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/";