Unverified Commit bee714a5 authored by t4ccer's avatar t4ccer
Browse files

csv2md: 1.3.0 -> 1.4.0

parent 9d309607
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

buildPythonPackage rec {
  pname = "csv2md";
  version = "1.3.0";
  version = "1.4.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "lzakharov";
    repo = "csv2md";
    rev = "v${version}";
    hash = "sha256-INwZRbyJmyDd5SV7PBdqUc/3FO91upTgaxBfP/Giaw4=";
    hash = "sha256-CzURejGIxsD7IBSbAYXz0kj5oX47e+uN13fqd56CM1A=";
  };

  pythonImportsCheck = [ "csv2md" ];