python310Packages.yoda: 1.9.6 -> 1.9.7

This commit is contained in:
R. Ryantm 2022-12-23 17:12:05 +00:00
parent b10a520017
commit da625fb824

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "yoda";
version = "1.9.6";
version = "1.9.7";
src = fetchurl {
url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2";
hash = "sha256-IVI/ova2yPM0iVnzqUhzSpMMollR08kZC0Qk4Tc18qQ=";
hash = "sha256-jQe7BNy3k2SFhxihggNFLY2foAAp+pQjnq+oUpAyuP8=";
};
nativeBuildInputs = with python.pkgs; [ cython makeWrapper ];