Skip to content

Commit

Permalink
python312Packages.yoda: 2.0.1 -> 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed Dec 2, 2024
1 parent cf88793 commit 6369dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/physics/yoda/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 6369dcd

Please sign in to comment.