lol

yoda: 1.9.9 -> 1.9.10

authored by

R. Ryantm and committed by
Dmitry Kalinkin
e23a6ed7 b093dd82

+2 -2
+2 -2
pkgs/development/libraries/physics/yoda/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "yoda"; 13 - version = "1.9.9"; 13 + version = "1.9.10"; 14 14 15 15 src = fetchurl { 16 16 url = "https://www.hepforge.org/archive/yoda/YODA-${version}.tar.bz2"; 17 - hash = "sha256-68rVU2mhztzuOi3gWUB8hRZSukRJURP1wJ2MLlf1Fqo="; 17 + hash = "sha256-CnCO6dcElF0zh8xDexX/3fOCxw/lurOe0r2/g8LCjG8="; 18 18 }; 19 19 20 20 nativeBuildInputs = with python.pkgs; [