Merge pull request #260582 from r-ryantm/auto-update/octavePackages.windows

octavePackages.windows: 1.6.3 -> 1.6.4
This commit is contained in:
Nick Cao 2023-10-12 11:43:51 -04:00 committed by GitHub
commit 0253b3c914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildOctavePackage rec {
pname = "windows";
version = "1.6.3";
version = "1.6.4";
src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-U5Fe5mTn/ms8w9j6NdEtiRFZkKeyV0I3aR+zYQw4yIs=";
sha256 = "sha256-LH9+3MLme4UIcpm5o/apNmkbmJ6NsRsW5TkGpmiNHP0=";
};
meta = with lib; {