Skip to content

Commit 6369dcd

Browse files
r-ryantmveprbl
authored andcommitted
python312Packages.yoda: 2.0.1 -> 2.0.2
1 parent cf88793 commit 6369dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/libraries/physics/yoda/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111

1212
stdenv.mkDerivation rec {
1313
pname = "yoda";
14-
version = "2.0.1";
14+
version = "2.0.2";
1515

1616
src = fetchFromGitLab {
1717
owner = "hepcedar";
1818
repo = pname;
1919
rev = "yoda-${version}";
20-
hash = "sha256-WeMOd1dsy+qwiODQ7EWiLa1GNfUWXwpTtkS4EKUWF+c=";
20+
hash = "sha256-sHvwgLH22fvdlh4oLjr4fzZ2WtBJMAlvr4Vxi9Xdf84=";
2121
};
2222

2323
nativeBuildInputs = with python.pkgs; [

0 commit comments

Comments
 (0)