3
0
Fork 0
forked from mirrors/nixpkgs

python-usbtmc: update 0.5 -> 0.6

This commit is contained in:
Bjørn Forsman 2014-12-02 21:19:33 +01:00
parent e02fdb5525
commit af6001a625

View file

@ -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 ];