python312Packages.yoda: 2.0.1 -> 2.0.2

This commit is contained in:
R. Ryantm
2024-12-02 18:48:08 -05:00
committed by Dmitry Kalinkin
parent cf88793e3e
commit 6369dcd132
@@ -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; [