python310Packages.in-n-out: 0.1.6 -> 0.1.7

Changelog: https://github.com/pyapp-kit/in-n-out/blob/v0.1.7/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-02-28 00:50:19 +01:00
parent 8b56171f6c
commit 5a96c1e3e0

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