Unverified Commit f9e9d45a authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.ddgs: 9.5.4 -> 9.5.5 (#441668)

parents 44db1a46 25fe2bfe
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 ];