python3Packages.pytorch-memlab: 0.3.0 -> 0.3.2

This commit is contained in:
R. Ryantm
2026-06-10 03:53:08 +00:00
parent 8350d22b81
commit 51144a1a0e
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytorch-memlab";
version = "0.3.0";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Stonesjtu";
repo = "pytorch_memlab";
tag = version;
hash = "sha256-wNgbipvi3vYr9Ka9hA7I+C4y8Nf6AiZXUoXX+qKtZ+I=";
hash = "sha256-46C/2RvzhbHt1IHPmPCrLsIk2D3POhzuADNaXqUe0F4=";
};
build-system = [ setuptools ];