Merge pull request #260569 from r-ryantm/auto-update/octavePackages.control

octavePackages.control: 3.5.2 -> 3.6.1
This commit is contained in:
Weijia Wang 2023-10-12 23:27:15 +02:00 committed by GitHub
commit e480463f1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildOctavePackage rec { buildOctavePackage rec {
pname = "control"; pname = "control";
version = "3.5.2"; version = "3.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gnu-octave"; owner = "gnu-octave";
repo = "pkg-control"; repo = "pkg-control";
rev = "${pname}-${version}"; rev = "refs/tags/control-${version}";
sha256 = "sha256-isUHovpknIFclspHjAtUxGLkrdxitdWSnQMED9n+R3s="; sha256 = "sha256-7beEsdrne50NY4lGCotxGXwwWnMzUR2CKCc20OCjd0g=";
}; };
# Running autoreconfHook inside the src directory fixes a compile issue about # Running autoreconfHook inside the src directory fixes a compile issue about