Skip to content

Commit

Permalink
python310Packages.clintermission: 0.2.0 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 21, 2023
1 parent d384095 commit 13076d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/clintermission/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

buildPythonPackage rec {
pname = "clintermission";
version = "0.2.0";
version = "0.3.0";
format = "setuptools";

disabled = !isPy3k;

src = fetchFromGitHub {
owner = "sebageek";
repo = pname;
rev = "v${version}";
sha256 = "09wl0rpw6c9hab51rs957z64b0v9j4fcbqbn726wnapf4z5w6yxv";
rev = "refs/tags/v${version}";
sha256 = "sha256-HPeO9K91a0MacSUN0SR0lPEWRTQgP/cF1FZaNvZLxAg=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 13076d8

Please sign in to comment.