wcslib: 7.3.1 -> 7.5

This commit is contained in:
Hunter Jones 2021-03-30 23:33:20 -05:00
parent ac3de55e62
commit 41785b591c

View File

@ -2,15 +2,15 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "wcslib"; pname = "wcslib";
version = "7.3.1"; version = "7.5";
buildInputs = [ flex ];
src = fetchurl { src = fetchurl {
url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${pname}-${version}.tar.bz2"; url = "ftp://ftp.atnf.csiro.au/pub/software/wcslib/${pname}-${version}.tar.bz2";
sha256 ="0p0bp3jll9v2094a8908vk82m7j7qkjqzkngm1r9qj1v6l6j5z6c"; sha256 = "1536gmcpm6pckn9xrb6j8s4pm1vryjhzvhfaj9wx3jwxcpbdy0dw";
}; };
buildInputs = [ flex ];
prePatch = '' prePatch = ''
substituteInPlace GNUmakefile --replace 2775 0775 substituteInPlace GNUmakefile --replace 2775 0775
substituteInPlace C/GNUmakefile --replace 2775 0775 substituteInPlace C/GNUmakefile --replace 2775 0775
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
homepage = "https://www.atnf.csiro.au/people/mcalabre/WCS/"; homepage = "https://www.atnf.csiro.au/people/mcalabre/WCS/";
description = "World Coordinate System Library for Astronomy"; description = "World Coordinate System library for astronomy";
longDescription = '' longDescription = ''
Library for world coordinate systems for spherical geometries Library for world coordinate systems for spherical geometries
and their conversion to image coordinate systems. This is the and their conversion to image coordinate systems. This is the