Merge pull request #118645 from veprbl/pr/yoda_1_9_0
yoda: 1.8.5 -> 1.9.0
This commit is contained in:
commit
6b81cc91b8
1 changed files with 2 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "yoda";
|
pname = "yoda";
|
||||||
version = "1.8.5";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
|
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
|
||||||
sha256 = "1z9jmabsaddhs003zzq73fpq2absd12rnc2sa5qn45zwf62nnbjc";
|
sha256 = "1x7xi6w7lb92x8202kbaxgqg1sly534wana4f38l3gpbzw9dwmcs";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python.pkgs; [ cython makeWrapper ];
|
nativeBuildInputs = with python.pkgs; [ cython makeWrapper ];
|
||||||
|
@ -39,7 +39,5 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://yoda.hepforge.org";
|
homepage = "https://yoda.hepforge.org";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ veprbl ];
|
maintainers = with lib.maintainers; [ veprbl ];
|
||||||
# https://gitlab.com/hepcedar/yoda/-/issues/24
|
|
||||||
broken = withRootSupport;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue