python311Packages.viv-utils: 0.7.7 -> 0.7.9

Diff: https://github.com/williballenthin/viv-utils/compare/refs/tags/v0.7.7...v0.7.9

Changelog: https://github.com/williballenthin/viv-utils/releases/tag/v0.7.9

+2 -2
+2 -2
pkgs/development/python-modules/viv-utils/default.nix
··· 12 12 }: 13 13 buildPythonPackage rec { 14 14 pname = "viv-utils"; 15 - version = "0.7.7"; 15 + version = "0.7.9"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "williballenthin"; 19 19 repo = "viv-utils"; 20 20 rev = "refs/tags/v${version}"; 21 - hash = "sha256-ih6CtnsGfHRLDjoaF7BkoUENu+0pU3NB6TG0A70f3nE="; 21 + hash = "sha256-xM3jtA6fNk36+enL/EcQH59CNajYnGlEDu06QXIFz6A="; 22 22 }; 23 23 24 24 postPatch = ''