about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-02-12 10:32:54 +0200
committerGitHub <noreply@github.com>2024-02-12 10:32:54 +0200
commit4f78d8564d2104adb80ab1e0b24370aed54d8c9c (patch)
treed39ac28cde7244f3a695ab70e74dfb6b783235df
parentee1963d062473f4d8e15987392efc58e04ac1c76 (diff)
parent3ea21a4ea9a5d033dea3762f9dfcc6e4023e527e (diff)
downloadnixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.tar
nixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.tar.gz
nixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.tar.bz2
nixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.tar.lz
nixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.tar.xz
nixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.tar.zst
nixlib-4f78d8564d2104adb80ab1e0b24370aed54d8c9c.zip
Merge pull request #288127 from r-ryantm/auto-update/wxmaxima
wxmaxima: 24.02.0 -> 24.02.1
-rw-r--r--pkgs/applications/science/math/wxmaxima/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/wxmaxima/default.nix b/pkgs/applications/science/math/wxmaxima/default.nix
index 345542503a37..174a78697917 100644
--- a/pkgs/applications/science/math/wxmaxima/default.nix
+++ b/pkgs/applications/science/math/wxmaxima/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation (finalAttrs:{
   pname = "wxmaxima";
-  version = "24.02.0";
+  version = "24.02.1";
 
   src = fetchFromGitHub {
     owner = "wxMaxima-developers";
     repo = "wxmaxima";
     rev = "Version-${finalAttrs.version}";
-    hash = "sha256-X4nx8zARToogQS4bfkv3CbsS2qU2uL9BBYw0Lw7QC18=";
+    hash = "sha256-ORrIZlLqZsxMpqtw5Z7GMI9dDod50hj94ro6urjBD/A=";
   };
 
   buildInputs = [