python3Packages.hangups: 0.4.17 -> 0.4.18

This commit is contained in:
Martin Weinelt 2022-04-06 18:08:10 +02:00
parent 0bfbf4c86d
commit e465efaefa
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,7 +18,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hangups"; pname = "hangups";
version = "0.4.17"; version = "0.4.18";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "tdryer"; owner = "tdryer";
repo = "hangups"; repo = "hangups";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-8kNWcRAip9LkmazDUVeDjGWhy/TWzT01c959LA5hb1Q="; hash = "sha256-vq1OrOUPMQtezBFlisP2f/bvvYprDjhOuwUcT8rmIvw=";
}; };
postPatch = '' postPatch = ''