python312Packages.yoda: 2.0.1 -> 2.0.2

authored by R. Ryantm and committed by Dmitry Kalinkin 6369dcd1 cf88793e

+2 -2
+2 -2
pkgs/development/libraries/physics/yoda/default.nix
··· 11 12 stdenv.mkDerivation rec { 13 pname = "yoda"; 14 - version = "2.0.1"; 15 16 src = fetchFromGitLab { 17 owner = "hepcedar"; 18 repo = pname; 19 rev = "yoda-${version}"; 20 - hash = "sha256-WeMOd1dsy+qwiODQ7EWiLa1GNfUWXwpTtkS4EKUWF+c="; 21 }; 22 23 nativeBuildInputs = with python.pkgs; [
··· 11 12 stdenv.mkDerivation rec { 13 pname = "yoda"; 14 + version = "2.0.2"; 15 16 src = fetchFromGitLab { 17 owner = "hepcedar"; 18 repo = pname; 19 rev = "yoda-${version}"; 20 + hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84="; 21 }; 22 23 nativeBuildInputs = with python.pkgs; [