mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #103303 from r-ryantm/auto-update/python3.7-dbus-next
python37Packages.dbus-next: 0.1.4 -> 0.2.1
This commit is contained in:
commit
d2000fb761
1 changed files with 2 additions and 2 deletions
|
@ -7,13 +7,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dbus-next";
|
||||
version = "0.1.4";
|
||||
version = "0.2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "altdesktop";
|
||||
repo = "python-dbus-next";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-C/aFDHmt6Qws6ek+++wM5GRN6TEvMGMiFktKIXRdGL0=";
|
||||
sha256 = "0c14mmysx014n1m4pi4ymi6pzxf8dkjr6fm2cmp96x05z9v90vlr";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue