Merge pull request #307629 from r-ryantm/auto-update/gretl

gretl: 2023c -> 2024a

authored by Weijia Wang and committed by GitHub 875e3375 75d3d8c0

+2 -2
+2 -2
pkgs/applications/science/math/gretl/default.nix
··· 19 19 20 20 stdenv.mkDerivation (finalAttrs: { 21 21 pname = "gretl"; 22 - version = "2023c"; 22 + version = "2024a"; 23 23 24 24 src = fetchurl { 25 25 url = "mirror://sourceforge/gretl/gretl-${finalAttrs.version}.tar.xz"; 26 - hash = "sha256-vTxCmHrTpYTo9CIPousUCnpcalS6cN1u8bRaOJyu6MI="; 26 + hash = "sha256-6ha0d/n75Xf0hZM0GRHLOnM274P1h2MerB/8SHWTh+o="; 27 27 }; 28 28 29 29 buildInputs = [