python312Packages.rotary-embedding-torch: 0.8.4 -> 0.8.5 (#355383)

This commit is contained in:
OTABI Tomoya 2024-11-24 01:38:11 +09:00 committed by GitHub
commit 5f78560fca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "rotary-embedding-torch";
version = "0.8.4";
version = "0.8.5";
pyproject = true;
src = fetchFromGitHub {
owner = "lucidrains";
repo = "rotary-embedding-torch";
rev = "refs/tags/${version}";
hash = "sha256-VHaCpoASy+pYmfx5X7hrH7hMnP0OTxD/5EPPZy7POaA=";
hash = "sha256-sd2zi0dKXLo9HCFDQrLr4icaJnwWeMPoaeTV8qaoyhQ=";
};
nativeBuildInputs = [