Merge pull request #134629 from fabaff/bump-python-gammu

python3Packages.python-gammu: 3.2.2 -> 3.2.3
This commit is contained in:
Fabian Affolter 2021-08-19 00:19:29 +02:00 committed by GitHub
commit bb339430f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];