mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
python312Packages.pykoplenti: 1.2.2 -> 1.3.0 (#355823)
This commit is contained in:
commit
d886f024d7
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pykoplenti";
|
pname = "pykoplenti";
|
||||||
version = "1.2.2";
|
version = "1.3.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||||
owner = "stegm";
|
owner = "stegm";
|
||||||
repo = "pykoplenti";
|
repo = "pykoplenti";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-2sGkHCIGo1lzLurvQBmq+16sodAaK8v+mAbIH/Gd3+E=";
|
hash = "sha256-6edlcjQvV+6q3/ytn9KR/IovduVREEQt8foE2lfsBko=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "pydantic" ];
|
pythonRelaxDeps = [ "pydantic" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue