Unverified Commit 60f51241 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #252084 from r-ryantm/auto-update/python310Packages.clintermission

python310Packages.clintermission: 0.3.0 -> 0.3.1
parents bc917639 962ebbd1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

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

  disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
    owner = "sebageek";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-HPeO9K91a0MacSUN0SR0lPEWRTQgP/cF1FZaNvZLxAg=";
    hash = "sha256-e7C9IDr+mhVSfU8lMywjX1BYwFo/qegPNzabak7UPcY=";
  };

  propagatedBuildInputs = [