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 01:40:28 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-12 01:40:28 +0000
commit7c107e81d122b9ec77bfba141bc9c661e2673aad (patch)
tree992388281426c31f102c8861eab6192d8a948d30 /pkgs/development/octave-modules
parent535734e71caf78cfc74c85832c1e5919ba31c97a (diff)
octavePackages.general: 2.1.2 -> 2.1.3
Diffstat (limited to 'pkgs/development/octave-modules')
-rw-r--r--pkgs/development/octave-modules/general/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/octave-modules/general/default.nix b/pkgs/development/octave-modules/general/default.nix
index 8dabd86ef9330..33caeb1ea554c 100644
--- a/pkgs/development/octave-modules/general/default.nix
+++ b/pkgs/development/octave-modules/general/default.nix
@@ -7,11 +7,11 @@
 
 buildOctavePackage rec {
   pname = "general";
-  version = "2.1.2";
+  version = "2.1.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
-    sha256 = "sha256-owzRp5dDxiUo2uRuvUqD+EiuRqHB2sPqq8NmYtQilM8=";
+    sha256 = "sha256-amslJm3haXaAehdm6jYJxcGZl+ggUcnJc3i6YJ3QkyM=";
   };
 
   nativeBuildInputs = [