Merge pull request #258899 from r-ryantm/auto-update/polyml

polyml: 5.9 -> 5.9.1
This commit is contained in:
Ryan Mulligan 2023-10-10 16:49:45 -07:00 committed by GitHub
commit b8a533027b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
stdenv.mkDerivation rec {
pname = "polyml";
version = "5.9";
version = "5.9.1";
prePatch = lib.optionalString stdenv.isDarwin ''
substituteInPlace configure.ac --replace stdc++ c++
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "polyml";
repo = "polyml";
rev = "v${version}";
sha256 = "sha256-4oo4AB54CivhS99RuZVTP9+Ic0CDpsBb+OiHvOhmZnM=";
sha256 = "sha256-72wm8dt+Id59A5058mVE5P9TkXW5/LZRthZoxUustVA=";
};
meta = with lib; {