python3Packages.usb-protocol: 0.9.1 -> 0.9.2

R. Ryantm 9ae82ab5 8766d9c4

Changed files
+3 -3
pkgs
development
python-modules
usb-protocol
+3 -3
pkgs/development/python-modules/usb-protocol/default.nix
···
buildPythonPackage rec {
pname = "usb-protocol";
-
version = "0.9.1";
+
version = "0.9.2";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "greatscottgadgets";
repo = "python-usb-protocol";
tag = version;
-
hash = "sha256-CYbXs/SRC1FAVEzfw0gwf6U0qQ9Q34nyuj5yfjHfDn8=";
+
hash = "sha256-lLepd2ja/UBSOARHXVwuCxLCIp0vTpUQBMdR2ovfhq8=";
};
postPatch = ''
···
];
meta = {
-
changelog = "https://github.com/greatscottgadgets/python-usb-protocol/releases/tag/${version}";
+
changelog = "https://github.com/greatscottgadgets/python-usb-protocol/releases/tag/${src.tag}";
description = "Python library providing utilities, data structures, constants, parsers, and tools for working with the USB protocol";
homepage = "https://github.com/greatscottgadgets/python-usb-protocol";
license = lib.licenses.bsd3;