Commit a26d1e50 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.openrgb-python: 0.3.3 -> 0.3.5

parent c4e45b56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "openrgb-python";
  version = "0.3.3";
  version = "0.3.5";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-XQnxYfs7VouABBNBg7mXT3XGfbEP3PNZzVO8TlTpSUc=";
    hash = "sha256-06efPdVHkZG9uR1W+bQcZzxqqEYXlKpmuXmiRk36TZA=";
  };

  build-system = [ setuptools ];