usbsdmux: 0.2.0 -> 0.2.1

New upstream release:
- The get command now respects the hardware signal priority. Until now
  this command returned the wrong value if the USB-SD-Mux was switched
  to off.
- An error leading to creation of files in /dev/ when using the tool as
  root and if the device-node does not exist was fixed.  This error lead
  to errors like OSError: [Errno 25] Inappropriate ioctl for device. Now
  the actual error File not found will be raised instead.
This commit is contained in:
Rouven Czerwinski 2021-07-28 07:17:41 +02:00
parent 8ecc61c91a
commit 729143096b

View file

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "usbsdmux";
version = "0.2.0";
version = "0.2.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "sha256-ydDUSqBTY62iOtWdgrFh2qrO9LMi+OCYIw5reh6uoIA=";
sha256 = "sha256-gCxwR5jxzkH22B6nxBwAd0HpwWMIj/zp5VROJ0IWq7c=";
};
# usbsdmux is not meant to be used as an importable module and has no tests