forked from mirrors/nixpkgs
python-usbtmc: update 0.5 -> 0.6
This commit is contained in:
parent
e02fdb5525
commit
af6001a625
|
@ -11463,11 +11463,11 @@ let
|
|||
|
||||
usbtmc = buildPythonPackage rec {
|
||||
name = "usbtmc-${version}";
|
||||
version = "0.5";
|
||||
version = "0.6";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/python-ivi/python-usbtmc/archive/v${version}.tar.gz";
|
||||
sha256 = "0xn8whjcdn8wgs9j1gj7sw7fh425akdmq3hi448m36fywldbhryg";
|
||||
sha256 = "1wnw6ndc3s1i8zpbikz5zc40ijvpraqdb0xn8zmqlyn95xxfizw2";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ pyusb ];
|
||||
|
|
Loading…
Reference in a new issue