Unverified Commit c6c0dd59 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

quantlib: 1.37 -> 1.38 (#401118)

parents 7c9ee40e f3320baf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "quantlib";
  version = "1.37";
  version = "1.38";

  outputs = [
    "out"
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "lballabio";
    repo = "QuantLib";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Q8Bz94yd4A0VCDldtiichFKgiZMN4dHHJJep/tcE/z0=";
    hash = "sha256-4a86sGUOz/B5IQHE41r5+OTvR9es4FgXeufy3bKRWAc=";
  };

  nativeBuildInputs = [ cmake ];