Commit dc805639 authored by figsoda's avatar figsoda
Browse files
parent 6155b8aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

buildPythonPackage rec {
  pname = "art";
  version = "6.0";
  version = "6.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "sepandhaghighi";
    repo = "art";
    rev = "v${version}";
    hash = "sha256-ZF7UvqJU7KxNccMXL7tsL/s5KYpgGeGqaEATHo4WyNI=";
    hash = "sha256-RJexYOGWwAwxQ7lWGgXzFSR2aly1twB9pC4QFs5m7k8=";
  };

  pythonImportsCheck = [ "art" ];