Skip to content

Commit

Permalink
python3Packages.eval-type-backport: 0.1.3 -> 0.2.2 (#367228)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Dec 23, 2024
2 parents 475cb0f + c97d875 commit 79955a2
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,19 @@
lib,
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
setuptools,
setuptools-scm,
pytestCheckHook,
}:

buildPythonPackage rec {
pname = "eval-type-backport";
version = "0.1.3";
version = "0.2.2";

src = fetchFromGitHub {
owner = "alexmojaki";
repo = "eval_type_backport";
rev = "refs/tags/v${version}";
hash = "sha256-EiYJQUnK10lqjyJ89KacbZ+ZZuOmkRQ9bqTFQFN2iMA=";
tag = "v${version}";
hash = "sha256-r+JiPBcU/6li9R/CQP0CKoWJiMgky03GKrMIsmaSJEk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 79955a2

Please sign in to comment.