ocamlPackages.gsl: 1.25.0 -> 1.25.1

This commit is contained in:
R. Ryantm 2024-11-25 14:30:36 +00:00
parent 988507244d
commit 798d1b5285

View File

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "gsl";
version = "1.25.0";
version = "1.25.1";
minimalOCamlVersion = "4.12";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "mmottl";
repo = "gsl-ocaml";
rev = version;
hash = "sha256-vxXv0ZcToXmdYu5k0aLdV3seNn3Y6Sgg+8dpy3Iw68I=";
hash = "sha256-h1jO2RheBBzxiBgig2yEPk4YyBaZxStt5f+KNZqHdBo=";
};
nativeBuildInputs = [ pkg-config ];