Skip to content

Commit

Permalink
pythonPackages.xlib: 0.25 -> 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada authored and Jon committed Sep 21, 2020
1 parent 85c0767 commit cd1b769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/xlib/default.nix
Expand Up @@ -12,13 +12,13 @@

buildPythonPackage rec {
pname = "xlib";
version = "0.25";
version = "0.28";

src = fetchFromGitHub {
owner = "python-xlib";
repo = "python-xlib";
rev = version;
sha256 = "1nncx7v9chmgh56afg6dklz3479s5zg3kq91mzh4mj512y0skyki";
sha256 = "13551vi65034pjf2g7zkw5dyjqcjfyk32a640g5jr055ssf0bjkc";
};

checkPhase = ''
Expand Down

0 comments on commit cd1b769

Please sign in to comment.