Skip to content

Commit

Permalink
Merge pull request #287469 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.pyorthanc

python311Packages.pyorthanc: 1.16.0 -> 1.16.1
  • Loading branch information
h7x4 authored Feb 9, 2024
2 parents 7a51373 + af7c41b commit ac8579a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyorthanc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

buildPythonPackage rec {
pname = "pyorthanc";
version = "1.16.0";
version = "1.16.1";
disabled = pythonOlder "3.8";

format = "pyproject";
Expand All @@ -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 ];
Expand Down

0 comments on commit ac8579a

Please sign in to comment.