mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #272182 from r-ryantm/auto-update/python310Packages.pyorthanc
python310Packages.pyorthanc: 1.13.1 -> 1.15.0
This commit is contained in:
commit
68fe03e5cf
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyorthanc";
|
pname = "pyorthanc";
|
||||||
version = "1.13.1";
|
version = "1.15.0";
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "gacou54";
|
owner = "gacou54";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-LahLR+LbppcPKs0gPT2lEP48XG6pbGMvCBW/EwAIFDQ=";
|
hash = "sha256-2F5yXWqOwQM1i0AgCCr1j98jpZLA2D919Iex9WjKLuw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];
|
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user