Unverified Commit 8261f6e9 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #260519 from fabaff/in-n-out-bump

python311Packages.in-n-out: 0.1.8 -> 0.1.9
parents 12eccb07 6256a6d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "in-n-out";
  version = "0.1.8";
  version = "0.1.9";
  format = "pyproject";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "in_n_out";
    inherit version;
    hash = "sha256-gWKvh4fmgutLNtBH+RQZnYDxEk46QUIM1T3mgOfQolQ=";
    hash = "sha256-if65ROQg+vQtPCVCFFaBtNVxRDVZMsK4WWlfzcT5oto=";
  };

  nativeBuildInputs = [