Merge pull request #152269 from veprbl/pr/yoda_1_9_4

yoda: 1.9.3 -> 1.9.4
This commit is contained in:
Dmitry Kalinkin 2021-12-26 19:14:22 -05:00 committed by GitHub
commit 8ec0514414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yoda";
version = "1.9.3";
version = "1.9.4";
src = fetchurl {
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
hash = "sha256-XRUYL7gAoNX/ykdD+CwpXsYu5yzz5GJbZNAIP/+gR98=";
hash = "sha256-KifrhuZH11szennCDC2sJeHxO9JZJbnJWuKK3JN5NwU=";
};
nativeBuildInputs = with python.pkgs; [ cython makeWrapper ];