Unverified Commit a7b4f6f3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #311891 from r-ryantm/auto-update/python311Packages.hiyapyco

python311Packages.hiyapyco: 0.5.5 -> 0.5.6
parents 9243c87d 7113172a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

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

  src = fetchFromGitHub {
    owner = "zerwes";
    repo = pname;
    rev = "refs/tags/release-${version}";
    hash = "sha256-LuENNwVB/1GyPLsfMRwHjz87c7+3/7U82m1MnHfRHdU=";
    hash = "sha256-WBSOjOX4naa0XDTnO593EAvtz5EjVPWCbiZaPXdx0e4=";
  };

  nativeBuildInputs = [