python313Packages.youtokentome: 1.0.6 -> 1.0.7 (#420841)

This commit is contained in:
Fabian Affolter
2025-06-29 11:53:23 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "youtokentome";
version = "1.0.6";
version = "1.0.7";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "VKCOM";
repo = "YouTokenToMe";
tag = "v${version}";
hash = "sha256-IFZS4jSi4yMzI7VbOPHI3KFZu5tjPjfQDPY7e1qbKAM=";
hash = "sha256-+GI752Ih7Ou1wyChR2y80BJmeTYdHWLPX6A1lvMyLGU=";
};
nativeBuildInputs = [