python3Packages.julius: 0.2.7 -> 0.2.8

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:29 +02:00
parent 06b5cf8889
commit 11659460f3

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "julius";
version = "0.2.7";
version = "0.2.8";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-PA9fUwbX1gFvzJUZaydMrm8H4slZbu0xTk52QVVPuwg=";
hash = "sha256-1pHmUSAJMK/+pPbIScJulf7IRghyga49GndX6skCU9U=";
};
propagatedBuildInputs = [ torch ];