Commit 747d748f authored by Esteban Blanc's avatar Esteban Blanc Committed by Alyssa Ross
Browse files

b4: 0.13.0 -> 0.14.0

parent c5e9367f
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -2,16 +2,21 @@

python3Packages.buildPythonApplication rec {
  pname = "b4";
  version = "0.13.0";
  version = "0.14.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-gsok5aDi5oYJPMXVv3MFAehyKZ5hHBtvwf7z6Ut4dBQ=";
    hash = "sha256-KaMo0aZhwv9F4aya5ViTBwPxK6RLPZgfRJ9g6O48SUk=";
  };

  # tests make dns requests and fails
  doCheck = false;

  build-system = with python3Packages; [
    setuptools
  ];

  propagatedBuildInputs = with python3Packages; [
    requests
    dnspython