Skip to content

Commit

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

python311Packages.hiyapyco: 0.5.6 -> 0.6.0
  • Loading branch information
pbsds authored Jun 10, 2024
2 parents 1dd2e80 + 4311620 commit c0fad1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion pkgs/by-name/ai/airlift/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ python3.pkgs.buildPythonApplication rec {
sed -i '/argparse/d' pyproject.toml
'';

nativeBuildInputs = [
pythonRelaxDeps = [
"hiyapyco"
];

nativeBuildInputs = [
python3.pkgs.poetry-core
python3.pkgs.pythonRelaxDepsHook
];

buildInputs = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/hiyapyco/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

buildPythonPackage rec {
pname = "hiyapyco";
version = "0.5.6";
version = "0.6.0";
pyproject = true;

src = fetchFromGitHub {
owner = "zerwes";
repo = pname;
rev = "refs/tags/release-${version}";
hash = "sha256-WBSOjOX4naa0XDTnO593EAvtz5EjVPWCbiZaPXdx0e4=";
hash = "sha256-F+OPoFEUTHWSo5Pc46Wwt4j/x7w0BjhJhpLEdNPr7H0=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit c0fad1b

Please sign in to comment.