ocamlPackages.gsl: 1.25.0 -> 1.25.1 (#359017)

This commit is contained in:
Wolfgang Walther 2024-12-08 17:37:52 +01:00 committed by GitHub
commit a0714ece49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];