Merge pull request #287469 from r-ryantm/auto-update/python311Packages.pyorthanc

python311Packages.pyorthanc: 1.16.0 -> 1.16.1
This commit is contained in:
h7x4
2024-02-09 22:21:53 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyorthanc";
version = "1.16.0";
version = "1.16.1";
disabled = pythonOlder "3.8";
format = "pyproject";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gacou54";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qwH3kJzJRHuuGW7tgcaQjT+JwDsAZksQDZciaJLC55Q=";
hash = "sha256-6l3L0YUAqedyRjlQ6K3SaAMdGK2C0AeKpJj6MyXi4RA=";
};
nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];