Skip to content

Commit

Permalink
Merge pull request #304827 from dotlambda/python3Packages.approvaltests
Browse files Browse the repository at this point in the history
python311Packages.approvaltests: 11.1.3 -> 11.2.1
  • Loading branch information
dotlambda committed Apr 29, 2024
2 parents 8cfbe14 + 8693247 commit 493add3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions pkgs/development/python-modules/approvaltests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
, buildPythonPackage
, empty-files
, fetchFromGitHub
, fetchpatch2
, mock
, mrjob
, numpy
Expand All @@ -21,7 +20,7 @@

buildPythonPackage rec {
pname = "approvaltests";
version = "11.1.3";
version = "11.2.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -30,16 +29,9 @@ buildPythonPackage rec {
owner = "approvals";
repo = "ApprovalTests.Python";
rev = "refs/tags/v${version}";
hash = "sha256-VqE2Oj3b+ZfKT+fhJ9DxBClfa8Wz8w/puAnAotN3eG4=";
hash = "sha256-oG1TH9F8IYDZWLuL2TIesNuZQVzGQRqkGk502HTG+O8=";
};

patches = [
(fetchpatch2 {
url = "https://github.com/approvals/ApprovalTests.Python/commit/dac7c8a8aa62f31dca7a687d4dbf08158351d5e1.patch";
hash = "sha256-TMyfXNtzpGci6tdFRhxiKJRjCWRD5LkaffPY8EVj53E=";
})
];

build-system = [
setuptools
];
Expand Down

0 comments on commit 493add3

Please sign in to comment.