python312Packages.yoda: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm 2024-12-02 21:12:18 +00:00 committed by Dmitry Kalinkin
parent cf88793e3e
commit 6369dcd132

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "yoda";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitLab {
owner = "hepcedar";
repo = pname;
rev = "yoda-${version}";
hash = "sha256-WeMOd1dsy+qwiODQ7EWiLa1GNfUWXwpTtkS4EKUWF+c=";
hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84=";
};
nativeBuildInputs = with python.pkgs; [