python311Packages.tensorly: 0.8.1 -> 0.8.2

This commit is contained in:
R. Ryantm 2024-06-16 00:12:32 +00:00
parent 7938d40a60
commit 9e1c9c8a15

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "tensorly";
version = "0.8.1";
version = "0.8.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-hwpdExW/ESOavFkL3old1Efo5WC+PYmcgJp5/oLelaA=";
hash = "sha256-kYKyLY2V6M53co+26ZTZP4U6bHkFebKI5Uhh1x1/N58=";
};
propagatedBuildInputs = [