python3Packages.viv-utils: 0.7.5 -> 0.7.7

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:56 +01:00
parent 0e57d7d533
commit f7b0e864b9

View file

@ -12,13 +12,13 @@
}:
buildPythonPackage rec {
pname = "viv-utils";
version = "0.7.5";
version = "0.7.7";
src = fetchFromGitHub {
owner = "williballenthin";
repo = "viv-utils";
rev = "v${version}";
sha256 = "sha256-JDu+1n1wP2Vsp2V/bKdE+RFp6bE8RNmimi4wdsatwME=";
rev = "refs/tags/v${version}";
sha256 = "sha256-ih6CtnsGfHRLDjoaF7BkoUENu+0pU3NB6TG0A70f3nE=";
};
postPatch = ''