mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
ocamlPackages.gsl: 1.25.0 -> 1.25.1 (#359017)
This commit is contained in:
commit
a0714ece49
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue