Skip to content

Commit

Permalink
Merge pull request #266939 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.tracerite

python310Packages.tracerite: 1.1.0 -> 1.1.1
  • Loading branch information
wegank authored Dec 8, 2023
2 parents 6f6fb06 + 4c9d5c3 commit f7142a8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pkgs/development/python-modules/tracerite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@
, setuptools-scm
, html5tagger
, python
, pythonOlder
}:

buildPythonPackage rec {
pname = "tracerite";
version = "1.1.0";
version = "1.1.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "sanic-org";
repo = "tracerite";
rev = "v${version}";
hash = "sha256-At8wVR3EcHEi051BBfjb+sOhs93GyzWlEAjtehTMeNU=";
rev = "refs/tags/v${version}";
hash = "sha256-rI1MNdYl/P64tUHyB3qV9gfLbGbCVOXnEFoqFTkaqgg=";
};

env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
Expand All @@ -40,8 +43,9 @@ buildPythonPackage rec {
];

meta = with lib; {
description = "Tracebacks for Humans (in Jupyter notebooks";
description = "Tracebacks for Humans in Jupyter notebooks";
homepage = "https://github.com/sanic-org/tracerite";
changelog = "https://github.com/sanic-org/tracerite/releases/tag/v${version}";
license = licenses.unlicense;
maintainers = with maintainers; [ ];
};
Expand Down

0 comments on commit f7142a8

Please sign in to comment.