Unverified Commit e918946e authored by natsukium's avatar natsukium
Browse files
parent 5c7d5fbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "vulcan-api";
  version = "2.4.0";
  version = "2.4.1";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "kapi2289";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-RtB67Pme/qtKG0T3rzm0OeewNZPg2e3aebL5YnSWWFQ=";
    hash = "sha256-FEWm5DvnrEIelRnu/IgWU7h1CTvPQcZ3DbFS2swy/wQ=";
  };

  pythonRemoveDeps = [ "faust-cchardet" ];