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

python311Packages.hiyapyco: 0.5.4 -> 0.5.5
This commit is contained in:
Nick Cao 2024-04-17 10:38:42 -04:00 committed by GitHub
commit e76eedcee8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "hiyapyco";
version = "0.5.4";
version = "0.5.5";
pyproject = true;
src = fetchFromGitHub {
owner = "zerwes";
repo = pname;
rev = "refs/tags/release-${version}";
hash = "sha256-hKTqdclWMKTGeRtQuNj0gYdiGFovFh5FQ2rRjCgbvBM=";
hash = "sha256-LuENNwVB/1GyPLsfMRwHjz87c7+3/7U82m1MnHfRHdU=";
};
nativeBuildInputs = [