about summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 04:47:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-29 04:47:01 +0000
commit69c0d7e88ff031181142cb1bb987e42369338c99 (patch)
tree07a03214b73d31731e716d1d18c4623f0b2bb10f /pkgs/applications/science/math
parentf2c7ecb8a4409513e65ff3643d7bcf0b8c068d5c (diff)
downloadnixlib-69c0d7e88ff031181142cb1bb987e42369338c99.tar
nixlib-69c0d7e88ff031181142cb1bb987e42369338c99.tar.gz
nixlib-69c0d7e88ff031181142cb1bb987e42369338c99.tar.bz2
nixlib-69c0d7e88ff031181142cb1bb987e42369338c99.tar.lz
nixlib-69c0d7e88ff031181142cb1bb987e42369338c99.tar.xz
nixlib-69c0d7e88ff031181142cb1bb987e42369338c99.tar.zst
nixlib-69c0d7e88ff031181142cb1bb987e42369338c99.zip
gretl: 2023c -> 2024a
Diffstat (limited to 'pkgs/applications/science/math')
-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 2c3963cecec9..552639de6c53 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 = [