python310Packages.dbus-fast: 1.79.0 -> 1.80.0
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.79.0...1.80.0 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.80.0
This commit is contained in:
parent
c9e4ec2e0d
commit
d985ea6dea
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dbus-fast";
|
pname = "dbus-fast";
|
||||||
version = "1.79.0";
|
version = "1.80.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "Bluetooth-Devices";
|
owner = "Bluetooth-Devices";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-UoEj2xglVEyWYY4OIibJfNik+EGXlQvluKwhRmmIw6U=";
|
hash = "sha256-TeOS4tfJmEQnbHkoRueyTmmIAw2De9w6gWjzD1hlwVI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue