Merge pull request #260571 from r-ryantm/auto-update/octavePackages.general

octavePackages.general: 2.1.2 -> 2.1.3
This commit is contained in:
Weijia Wang 2023-10-12 23:26:44 +02:00 committed by GitHub
commit 195803eda0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [