python311Packages.hiyapyco: 0.5.4 -> 0.5.5

This commit is contained in:
R. Ryantm 2024-04-13 13:40:15 +00:00
parent 14b13525fc
commit 14cd8d352e
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 = [