octavePackages.control: 3.5.2 -> 3.6.1

This commit is contained in:
R. Ryantm 2023-10-12 01:27:51 +00:00
parent 535734e71c
commit 01deb5f085

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