Skip to content

Commit

Permalink
Merge pull request #122037 from fabaff/bump-pychannels
Browse files Browse the repository at this point in the history
python3Packages.pychannels: 1.2.2 -> 1.2.3
  • Loading branch information
fabaff committed May 9, 2021
2 parents cefc7af + 9937d3d commit a3c4fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pychannels/default.nix
Expand Up @@ -6,13 +6,13 @@

buildPythonPackage rec {
pname = "pychannels";
version = "1.2.2";
version = "1.2.3";

src = fetchFromGitHub {
owner = "fancybits";
repo = pname;
rev = version;
sha256 = "0dqc0vhf6c5r3g7nfbpa668x6z2zxrznk6h907s6sxkq4sbqnhqf";
sha256 = "sha256-E+VL4mJ2KxS5bJZc3Va+wvyVjT55LJz+1wHkxDRa85s=";
};

propagatedBuildInputs = [ requests ];
Expand Down

0 comments on commit a3c4fcf

Please sign in to comment.