Merge pull request #260575 from r-ryantm/auto-update/octavePackages.sockets

octavePackages.sockets: 1.4.0 -> 1.4.1
This commit is contained in:
Weijia Wang 2023-10-12 23:27:31 +02:00 committed by GitHub
commit 166276ab91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildOctavePackage rec {
pname = "sockets";
version = "1.4.0";
version = "1.4.1";
src = fetchurl {
url = "mirror://sourceforge/octave/${pname}-${version}.tar.gz";
sha256 = "sha256-GNwFLNV1u3UKJp9lhLtCclD2VSKC9Mko1hBoSn5dTpI=";
sha256 = "sha256-u5Nb9PVyMoR0lIzXEMtkZntXbBfpyXrtLB8U+dkgYrc=";
};
meta = with lib; {