mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
python310Packages.dbus-fast: 1.76.0 -> 1.77.0
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.76.0...1.77.0 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.77.0
This commit is contained in:
parent
ad38796ff0
commit
0633de1e65
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-fast";
|
||||
version = "1.76.0";
|
||||
version = "1.77.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-1p2u8Nc9OAMmmddAoAbIduPvEcWmwgzMi9ZP92S5+Pk=";
|
||||
hash = "sha256-dVVl+pjPNyUK57ughL58gA1BtHgyA18XGecWKNsSX+A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user