Merge pull request #205608 from fabaff/pykeyatome-bump
python310Packages.pykeyatome: 2.1.0 -> 2.1.1
This commit is contained in:
commit
68d6de19fb
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pykeyatome";
|
pname = "pykeyatome";
|
||||||
version = "2.1.0";
|
version = "2.1.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "jugla";
|
owner = "jugla";
|
||||||
repo = "pyKeyAtome";
|
repo = "pyKeyAtome";
|
||||||
rev = "refs/tags/V${version}";
|
rev = "refs/tags/V${version}";
|
||||||
sha256 = "sha256-DUnER/Vom5Yc3syx4kPP1WbI7FpC+XGK9X4c1RrJJFk=";
|
hash = "sha256-/HfWPrpW4NowFmdmU2teIiex1O03bHemnUdhOoEDRgc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -53,6 +53,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python module to get data from Atome Key";
|
description = "Python module to get data from Atome Key";
|
||||||
homepage = "https://github.com/jugla/pyKeyAtome";
|
homepage = "https://github.com/jugla/pyKeyAtome";
|
||||||
|
changelog = "https://github.com/jugla/pyKeyAtome/releases/tag/V${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue