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

gretl: 2022c -> 2023a
This commit is contained in:
Weijia Wang 2023-03-24 16:27:39 +02:00 committed by GitHub
commit bbf9791c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "gretl";
version = "2022c";
version = "2023a";
src = fetchurl {
url = "mirror://sourceforge/gretl/${pname}-${version}.tar.xz";
sha256 = "sha256-4QAQTNqbfIX6K3CdtKcVONtCWrkTRvGl2ZXGR1eyQdA=";
sha256 = "sha256-T1UwQhw/Tr/juYqVJBkst2LRBCIXPLvVd0N+QCJcVtM=";
};
buildInputs = [