summary refs log tree commit diff
path: root/pkgs/applications/science/math
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-11 17:20:40 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 21:08:09 -0800
commitac4ec1ef75751f1979ea2720fc397945dd2c2c39 (patch)
treec837bc79ee93e635e21c5656888ef8abe280c977 /pkgs/applications/science/math
parent4bbc7192bd954fc91147a8ae7c5144508b2b5e66 (diff)
downloadnixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.tar
nixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.tar.gz
nixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.tar.bz2
nixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.tar.lz
nixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.tar.xz
nixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.tar.zst
nixpkgs-ac4ec1ef75751f1979ea2720fc397945dd2c2c39.zip
gretl: 2021d -> 2022a
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 175add544b5..b8b600c1874 100644
--- a/pkgs/applications/science/math/gretl/default.nix
+++ b/pkgs/applications/science/math/gretl/default.nix
@@ -3,11 +3,11 @@
 
 stdenv.mkDerivation rec {
   pname = "gretl";
-  version = "2021d";
+  version = "2022a";
 
   src = fetchurl {
     url = "mirror://sourceforge/gretl/${pname}-${version}.tar.xz";
-    sha256 = "sha256-zij337P/MemCwvMah2bUE3odv0Kf/KW6fUl2OgMzjuI=";
+    sha256 = "sha256-J+JcuCda2xYJ5aVz6UXR+nWiid6QxpDtt4DXlb6L4UA=";
   };
 
   buildInputs = [