python311Packages.rotary-embedding-torch: 0.5.3 -> 0.6.1

This commit is contained in:
R. Ryantm
2024-05-13 08:15:17 +00:00
parent 68f07ded73
commit 0755c03103
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "rotary-embedding-torch";
version = "0.5.3";
version = "0.6.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "rotary-embedding-torch";
rev = "refs/tags/${version}";
hash = "sha256-CCz/va5oydgU1JRDHKooRezbDbeGZHtD8Zy6fWJ2uRg=";
hash = "sha256-/gVBQ9lUzVN/eEtm6qPajw0TZs87JOC7d02qnQ8sdVk=";
};
nativeBuildInputs = [