Commit f0c1064c authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.fastdotcom: 0.0.6 -> 0.0.7

parent 69ab65de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "fastdotcom";
  version = "0.0.6";
  version = "0.0.7";
  pyproject = true;

  src = fetchPypi {
    pname = "fastdotcom";
    inherit version;
    hash = "sha256-DAj5Bp8Vlg/NQSnz0yF/nHlIO7kStHlBABwvTWHVsIo=";
    hash = "sha256-ozQ0d1CIIsMOdvK9UhRnr2c2fmIzkZcpjZrjZjfnknI=";
  };

  build-system = [ setuptools ];