about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-04 22:45:17 +0200
committerGitHub <noreply@github.com>2024-05-04 22:45:17 +0200
commit875e3375d864d6455befaf02771dbb61d2b7ec4e (patch)
treee391c1e05725b4f723452fa86ea7bbfec87be09f /pkgs/applications/science
parent75d3d8c0904d3af62c75d6f979dc4bebc9a69dd3 (diff)
parent69c0d7e88ff031181142cb1bb987e42369338c99 (diff)
Merge pull request #307629 from r-ryantm/auto-update/gretl
gretl: 2023c -> 2024a
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/gretl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/gretl/default.nix b/pkgs/applications/science/math/gretl/default.nix
index 2c3963cecec99..552639de6c532 100644
--- a/pkgs/applications/science/math/gretl/default.nix
+++ b/pkgs/applications/science/math/gretl/default.nix
@@ -19,11 +19,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "gretl";
-  version = "2023c";
+  version = "2024a";
 
   src = fetchurl {
     url = "mirror://sourceforge/gretl/gretl-${finalAttrs.version}.tar.xz";
-    hash = "sha256-vTxCmHrTpYTo9CIPousUCnpcalS6cN1u8bRaOJyu6MI=";
+    hash = "sha256-6ha0d/n75Xf0hZM0GRHLOnM274P1h2MerB/8SHWTh+o=";
   };
 
   buildInputs = [