mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 12:07:47 +03:00
python310Packages.dbus-fast: 1.78.0 -> 1.79.0
Diff: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.78.0...1.79.0 Changelog: https://github.com/Bluetooth-Devices/dbus-fast/releases/tag/v1.79.0
This commit is contained in:
parent
d4e252bb78
commit
c9e4ec2e0d
@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-fast";
|
||||
version = "1.78.0";
|
||||
version = "1.79.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "Bluetooth-Devices";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Owj15mRW1ABnYvJV5YCsTzFD4eu2Be4SJSdH6EMDL4c=";
|
||||
hash = "sha256-UoEj2xglVEyWYY4OIibJfNik+EGXlQvluKwhRmmIw6U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user