about summary refs log tree commit diff
path: root/pkgs/development/octave-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 02:42:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 02:42:58 +0000
commit25fbe77939927fd9c7b64b4a0673bc5082440837 (patch)
tree1d3fd0d20d990444073a7431465b2ceb55621a98 /pkgs/development/octave-modules
parent535734e71caf78cfc74c85832c1e5919ba31c97a (diff)
octavePackages.splines: 1.3.4 -> 1.3.5
Diffstat (limited to 'pkgs/development/octave-modules')
-rw-r--r--pkgs/development/octave-modules/splines/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/octave-modules/splines/default.nix b/pkgs/development/octave-modules/splines/default.nix
index 9a249c4674466..1e05ef98c0ce8 100644
--- a/pkgs/development/octave-modules/splines/default.nix
+++ b/pkgs/development/octave-modules/splines/default.nix
@@ -5,11 +5,11 @@
 
 buildOctavePackage rec {
   pname = "splines";
-  version = "1.3.4";
+  version = "1.3.5";
 
   src = fetchurl {
     url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
-    sha256 = "11a34f6a7615fc8x1smk3lx8vslilx4mrxi8f01la3wq68khnq5f";
+    sha256 = "sha256-r4hod3l8OpyKNs59lGE8EFn3n6tIg0KeezKjsB4D16Y=";
   };
 
   meta = with lib; {