python3Packages.biliass: 1.3.7 -> 1.3.11

This commit is contained in:
Martin Weinelt
2024-06-24 12:14:46 +02:00
parent 106854c078
commit 42e8759de2
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "biliass";
version = "1.3.7";
version = "1.3.11";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "yutto-dev";
repo = "biliass";
rev = "refs/tags/v${version}";
hash = "sha256-Opb4rlGe+LDJZs3F7e/NZYfuMtHEWUZeMm8VZQfEzKI=";
hash = "sha256-hBorYAqtxTZ4LElxxJOGxC2g7sBRhRKVv6HOVHZn9FA=";
};
nativeBuildInputs = [ poetry-core ];