Unverified Commit c326033c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #214774 from r-ryantm/auto-update/python310Packages.rpi-gpio2

python310Packages.rpi-gpio2: 0.3.0a3 -> 0.4.0
parents 0b21d1c2 e4730619
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@

buildPythonPackage rec {
  pname = "rpi-gpio2";
  version = "0.3.0a3";
  version = "0.4.0";

  # PyPi source does not work for some reason
  src = fetchFromGitHub {
    owner = "underground-software";
    repo = "RPi.GPIO2";
    rev = "v${version}";
    hash = "sha256-8HQbEnO+4Ppo2Z3HBulbBcSKJF1bNNQYz8k6aUt65oc=";
    rev = "refs/tags/v${version}";
    hash = "sha256-CNnej67yTh3C8n4cCA7NW97rlfIDrrlepRNDkv+BUeY=";
  };

  propagatedBuildInputs = [