python3Packages.chiapos: 1.0.6 -> 1.0.7

This commit is contained in:
Jonathan Ringer 2021-12-07 00:56:01 -08:00
parent 5fb02be438
commit 5cf9da402e
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "chiapos";
version = "1.0.6";
version = "1.0.7";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Zh5AULPgbG0oYPcBZMp/vm94MPyfdtYn4P5V+1LeMqA=";
sha256 = "1e10ce00730d293ed83ed3a3c630d525c9256fe4e31e64abbda7aa054b8a753f";
};
patches = [