mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
ocamlPackages.gsl: 1.25.0 -> 1.25.1 (#359017)
This commit is contained in:
commit
a0714ece49
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user