python3Packages.python-gammu: 3.2.2 -> 3.2.3

This commit is contained in:
Fabian Affolter 2021-08-18 11:35:46 +02:00
parent c00ca66d7a
commit dd1bb5ea77

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "python-gammu";
version = "3.2.2";
version = "3.2.3";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "gammu";
repo = pname;
rev = version;
sha256 = "sha256-HFI4LBrVf+kBoZfdZrZL1ty9N5DxZ2SOvhiIAFVxqaI=";
sha256 = "sha256-MtFxKRE6CB/LZq9McMyYhjwfs/Rdke9gsNUqbOQdWYQ=";
};
nativeBuildInputs = [ pkg-config ];