Skip to content

Commit

Permalink
Merge pull request #67508 from borisbabic/update/python3Packages.brow…
Browse files Browse the repository at this point in the history
…ser-cookie3

python3Packages.browser-cookie3: 0.6.4 -> 0.7.6
  • Loading branch information
mmahut committed Aug 27, 2019
2 parents 6b978f9 + 506d058 commit a2b9e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/browser-cookie3/default.nix
@@ -1,11 +1,11 @@
{ lib, fetchPypi, buildPythonPackage, isPy3k, keyring, pbkdf2, pyaes}:
buildPythonPackage rec {
pname = "browser-cookie3";
version = "0.6.4";
version = "0.7.6";

src = fetchPypi {
inherit pname version;
sha256 = "16nghwsrv08gz4iiyxsy5lgg5ljgrwkp471m7xnsvhhpb3axmnsc";
sha256 = "1f24hsclg1wz2i8aiam91l06qqy0plxhwl615l4qkg35mbw4ry7h";
};

disabled = !isPy3k;
Expand Down

0 comments on commit a2b9e09

Please sign in to comment.