lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.rotary-embedding-torch: 0.8.7 -> 0.8.9

https://github.com/lucidrains/rotary-embedding-torch/releases/tag/0.8.9

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/rotary-embedding-torch/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "rotary-embedding-torch"; 18 - version = "0.8.7"; 18 + version = "0.8.9"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "lucidrains"; 23 23 repo = "rotary-embedding-torch"; 24 24 tag = version; 25 - hash = "sha256-xnLZ19IH6ellTmOjj7XVZ21Kly+Exe3ZQwaGzhSRGIA="; 25 + hash = "sha256-mPiOtEmRtn73KGoYMum80q0iETJa9zZW9KIWL8O0dnM="; 26 26 }; 27 27 28 28 nativeBuildInputs = [