Merge pull request #269053 from r-ryantm/auto-update/wxmaxima

wxmaxima: 23.10.0 -> 23.11.0
This commit is contained in:
Doron Behar 2023-12-01 11:09:48 +00:00 committed by GitHub
commit 0a862713eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs:{
pname = "wxmaxima";
version = "23.10.0";
version = "23.11.0";
src = fetchFromGitHub {
owner = "wxMaxima-developers";
repo = "wxmaxima";
rev = "Version-${finalAttrs.version}";
sha256 = "sha256-3zQzpw0KWNAAvML55O2FMlid9j0GtP8OWy1eqifzVwI=";
sha256 = "sha256-QOXRtWFY76aIvRPSN+i8jkvMZvuPO3Yr3yqFOh0PSXY=";
};
buildInputs = [