Unverified Commit bfd62f2f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #256349 from figsoda/art

python310Packages.art: 6.0 -> 6.1
parents b1653fed dc805639
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" ];