python312Packages.vilfo-api-client: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-03-24 00:38:19 +00:00 committed by Martin Weinelt
parent a48689b7ed
commit ab5596659f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 3 additions and 3 deletions

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "vilfo-api-client";
version = "0.4.1";
version = "0.5.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "ManneW";
repo = "vilfo-api-client-python";
rev = version;
hash = "sha256-j06Bbv0hWSmrlCv8RfgvfGTyOF+vSX+zZnX3AvG5Hys=";
rev = "refs/tags/${version}";
hash = "sha256-ZlmriBd+M+54ux/UNYa355mkz808/NxSz7IzmWouA0c=";
};
postPatch = ''