yoda: 1.9.3 -> 1.9.4

This commit is contained in:
Dmitry Kalinkin 2021-12-26 14:30:21 -05:00
parent 59b2ed7599
commit 47081b2553
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

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 ];