mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
Merge pull request #151851 from r-ryantm/auto-update/python3.8-digi-xbee
python38Packages.digi-xbee: 1.4.0 -> 1.4.1
This commit is contained in:
commit
53e05666fb
@ -2,12 +2,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "digi-xbee";
|
||||
version = "1.4.0";
|
||||
version = "1.4.1";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "664737d1aab453ea40b9745f1ee1e88920acff1cce2e07c42e7f5aa64a16e6aa";
|
||||
sha256 = "3b10e749431f406d80c189d872f4673b8d3cd510f7b411f817780a0e72499cd2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyserial srp ];
|
||||
|
Loading…
Reference in New Issue
Block a user