Commit 80539ddd authored by Alexander Kiselyov's avatar Alexander Kiselyov
Browse files

python3Packages.assay: 2022-01-19 -> 2024-05-09

parent 02971f96
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

buildPythonPackage rec {
  pname = "assay";
  version = "unstable-2022-01-19";
  version = "unstable-2024-05-09";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "brandon-rhodes";
    repo = pname;
    rev = "bb62d1f7d51d798b05a88045fff3a2ff92c299c3";
    hash = "sha256-FuAD74mFJ9F9AMgB3vPmODAlZKgPR7FQ4yn7HEBS5Rw=";
    rev = "74617d70e77afa09f58b3169cf496679ac5d5621";
    hash = "sha256-zYpLtcXZ16EJWKSCqxFkSz/G9PwIZEQGBrYiJKuqnc4=";
  };

  pythonImportsCheck = [ "assay" ];
@@ -24,6 +24,5 @@ buildPythonPackage rec {
    description = "Attempt to write a Python testing framework I can actually stand";
    license = licenses.mit;
    maintainers = with maintainers; [ zane ];
    broken = pythonAtLeast "3.11";
  };
}