Merge pull request #299157 from r-ryantm/auto-update/python312Packages.ttn-client

python312Packages.ttn-client: 0.0.3 -> 0.0.4
This commit is contained in:
Nick Cao 2024-03-26 09:35:33 -04:00 committed by GitHub
commit 291ef1122e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ttn-client";
version = "0.0.3";
version = "0.0.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angelnu";
repo = "thethingsnetwork_python_client";
rev = "refs/tags/v${version}";
hash = "sha256-oHGv9huk400nPl4ytV8uxzK7eENpoBHt8uFjD2Ck67w=";
hash = "sha256-ZLSMxFyzfPtz51fsY2wgucHzcAnSrL7VPOuW7DXTNbQ=";
};
nativeBuildInputs = [