python311Packages.in-n-out: 0.1.8 -> 0.1.9

Changelog: https://github.com/pyapp-kit/in-n-out/blob/v0.1.9/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-10-11 21:54:59 +02:00
parent e904535e00
commit 6256a6d1f0

View File

@ -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 = [