Commit 25fe2bfe authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.ddgs: 9.5.4 -> 9.5.5

parent d581d019
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "ddgs";
  version = "9.5.4";
  version = "9.5.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "deedy5";
    repo = "ddgs";
    tag = "v${version}";
    hash = "sha256-iqa2OviyAfpKDM6ghfo5FcCqEacY7vxSra2ePPvm2D0=";
    hash = "sha256-Pwl6fCEBj+eUXYEf4wCTw1fpKZh3j4IVC6SW0Vqcmf4=";
  };

  build-system = [ setuptools ];