mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
Merge pull request #214774 from r-ryantm/auto-update/python310Packages.rpi-gpio2
python310Packages.rpi-gpio2: 0.3.0a3 -> 0.4.0
This commit is contained in:
commit
c326033c38
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user