1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #115559 from r-ryantm/auto-update/rshell

rshell: 0.0.28 -> 0.0.30
This commit is contained in:
Fabian Affolter 2021-03-18 18:11:56 +01:00 committed by GitHub
commit 4abe80b5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "rshell";
version = "0.0.28";
version = "0.0.30";
src = fetchPypi {
inherit pname version;
sha256 = "1crnlv0khplpibl9mj3flrgp877pnr1xz6hnnsi6hk3kfbc6p3nj";
sha256 = "d2002d40d735204037d6142a6c2d51beecc763c124faaf759cabf7acd945be95";
};
propagatedBuildInputs = [ pyserial pyudev ];