Update pins

This commit is contained in:
Greg Hellings
2025-07-24 09:55:44 -05:00
parent 9ffff4adcb
commit e4d726e665
2 changed files with 65 additions and 101 deletions
+3
View File
@@ -4,11 +4,13 @@
fetchFromGitHub,
toPythonModule,
pipenv,
setuptools,
}:
buildPythonPackage rec {
pname = "xonsh-apipenv";
version = "0.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "greg-hellings";
@@ -18,6 +20,7 @@ buildPythonPackage rec {
};
dependencies = [ (toPythonModule pipenv) ];
build-system = [ setuptools ];
meta = with lib; {
description = "Auto pipenv support for Xonsh";