Merge pull request #196336 from r-ryantm/auto-update/python310Packages.pi1wire
This commit is contained in:
commit
ec9efdb88d
1 changed files with 3 additions and 3 deletions
|
@ -6,15 +6,15 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pi1wire";
|
pname = "pi1wire";
|
||||||
version = "0.2.0";
|
version = "0.3.0";
|
||||||
|
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ushiboy";
|
owner = "ushiboy";
|
||||||
repo = "pi1wire";
|
repo = "pi1wire";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-70w71heHWR5yArl+HuNAlzL2Yq/CL0iMNMiQw5qovls=";
|
hash = "sha256-l/5w71QsAW4BvILOaLdUVvQ8xxUm1ZTzUESRFzUgtic=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
|
Loading…
Reference in a new issue