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

python310Packages.in-n-out: 0.1.6 -> 0.1.7
This commit is contained in:
Fabian Affolter 2023-06-07 12:18:25 +02:00 committed by GitHub
commit 2be098ae40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "in-n-out";
version = "0.1.6";
version = "0.1.7";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-PuzjidORMFVlmFZbmnu9O92FoiuXrC8NNRyjwdodriY=";
hash = "sha256-g4Dw0ejB6BxcMpRZGgxNDeAyuY93UROVsIrAwv6vSqY=";
};
nativeBuildInputs = [