Unverified Commit a9adfbd7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.epion: 0.0.2 -> 0.0.3
parents c91c4296 3cad2da1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 ];
  };