python3Packages.viv-utils: 0.7.10 -> 0.7.11

https://github.com/williballenthin/viv-utils/releases/tag/v0.7.11
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:41 +02:00
parent b225ab11b9
commit c616868f7f
@@ -13,14 +13,14 @@
}:
buildPythonPackage rec {
pname = "viv-utils";
version = "0.7.10";
version = "0.7.11";
format = "setuptools";
src = fetchFromGitHub {
owner = "williballenthin";
repo = "viv-utils";
rev = "refs/tags/v${version}";
hash = "sha256-pQAe4QuOcx5MG+slJkf4UU38TGt4pU0uVZr+vtwsWgM=";
hash = "sha256-zYamhG5oeoYYVLEvv1EdZ1buFDByZatuCxbl0uRhk6Y=";
};
postPatch = ''