lol

goffice: 0.10.49 -> 0.10.50

authored by

R. RyanTM and committed by
Jonathan Ringer
eceb128a 3a058740

+2 -2
+2 -2
pkgs/development/libraries/goffice/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "goffice"; 6 - version = "0.10.49"; 6 + version = "0.10.50"; 7 7 8 8 outputs = [ "out" "dev" "devdoc" ]; 9 9 10 10 src = fetchurl { 11 11 url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 12 - sha256 = "X/wY27OF7fuFtsYlS55bTLPS/6MEK5Ms286ON/SzB+k="; 12 + sha256 = "LFw93HsIs0UkCMgbEhxfASpzSYHXXkRN68yxxY5cv9w="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ pkg-config intltool ];