Merge pull request #280891 from r-ryantm/auto-update/python311Packages.epion

python311Packages.epion: 0.0.2 -> 0.0.3
This commit is contained in:
Nick Cao 2024-01-14 11:54:06 -05:00 committed by GitHub
commit a9adfbd726
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "epion";
version = "0.0.2";
version = "0.0.3";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "devenzo-com";
repo = "epion_python";
rev = "refs/tags/${version}";
hash = "sha256-XyYjbr0EPRrwWsXhZT2oWcoDPZoZCuT9aZ2UHSSt0E8=";
hash = "sha256-9tE/SqR+GHZXeE+bOtXkLu+4jy1vO8WoiLjb6MJazxQ=";
};
nativeBuildInputs = [
@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to access Epion sensor data";
homepage = "https://github.com/devenzo-com/epion_python";
changelog = "https://github.com/devenzo-com/epion_python/releases/tag/${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};