From 832a5d3e31c5d883c6b4c1f79701e0bb95d1e4d7 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 28 May 2018 14:20:10 +0200 Subject: [PATCH] python: pirate-get: 0.2.12 -> 0.2.13 --- pkgs/tools/networking/pirate-get/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/networking/pirate-get/default.nix b/pkgs/tools/networking/pirate-get/default.nix index 6e50b11568e6..8e05e49962cd 100644 --- a/pkgs/tools/networking/pirate-get/default.nix +++ b/pkgs/tools/networking/pirate-get/default.nix @@ -5,13 +5,13 @@ with python3Packages; buildPythonApplication rec { name = "${pname}-${version}"; pname = "pirate-get"; - version = "0.2.12"; + version = "0.2.13"; doCheck = false; src = fetchPypi { inherit pname version; - sha256 = "1q6hvavj0gswgw3x756h18nmmpnxlgg08qvxphpbzlwd43xrnza3"; + sha256 = "c5b159e02067136d3157d56061958a50e997a078510e4403bb7de40217833f3f"; }; propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];