openmolcas: 20180529 -> 18.09 (#47410)

This commit is contained in:
markuskowa 2018-09-27 10:47:02 +02:00 committed by xeji
parent a0ddf291cb
commit 6f6222c40f

View File

@ -5,8 +5,8 @@
} : } :
let let
version = "20180529"; version = "18.09";
gitLabRev = "b6b9ceffccae0dd7f14c099468334fee0b1071fc"; gitLabRev = "v${version}";
python = python3.withPackages (ps : with ps; [ six pyparsing ]); python = python3.withPackages (ps : with ps; [ six pyparsing ]);
@ -17,7 +17,7 @@ in stdenv.mkDerivation {
owner = "Molcas"; owner = "Molcas";
repo = "OpenMolcas"; repo = "OpenMolcas";
rev = gitLabRev; rev = gitLabRev;
sha256 = "1wbjjdv07lg1x4kdnf28anyrjgy33gdgrd5d7zi1c97nz7vhdjaz"; sha256 = "1di1ygifx7ycfpwh25mv76xlv15wqfdmqzjsg5nani2d5z0arri2";
}; };
nativeBuildInputs = [ perl cmake texlive.combined.scheme-minimal makeWrapper ]; nativeBuildInputs = [ perl cmake texlive.combined.scheme-minimal makeWrapper ];