python310Packages.temperusb: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2023-12-22 17:12:03 +00:00
parent 3eccda7f1a
commit 60f5b2dba4
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "temperusb";
version = "1.6.0";
version = "1.6.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-enYhqtJnORKhBoZkZPISLCt9Ec5SN6txD3z0SXuPrQo=";
hash = "sha256-PwKHT1zzVn+nmxO/R+aK+029WaaHBo7FyVV4eQtHhbM=";
};
propagatedBuildInputs = [