Merge pull request #191140 from r-ryantm/auto-update/python310Packages.pyipma

python310Packages.pyipma: 3.0.2 -> 3.0.5
This commit is contained in:
Nikolay Korotkiy 2022-09-25 11:21:05 +03:00 committed by GitHub
commit 7c4fbed3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pyipma";
version = "3.0.2";
version = "3.0.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "dgomes";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AF4bwEsAwJ5MoBQieNDFQ00LILJu+bZZttw4T5+6gkk=";
hash = "sha256-KyXHNkP/XJlTdVFdP91x3udMquQju8G2VUHLPvZymtk=";
};
propagatedBuildInputs = [