Skip to content

Commit

Permalink
python310Packages.tracerite: 1.1.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 12, 2023
1 parent a4e452c commit 7cd84e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/tracerite/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

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

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 Down

0 comments on commit 7cd84e2

Please sign in to comment.