mealie: unpin 'pyhumps'
This commit is contained in:
@@ -24,14 +24,6 @@ let
|
||||
|
||||
pythonpkgs = python3Packages;
|
||||
python = pythonpkgs.python;
|
||||
pyhumps38 = python3Packages.pyhumps.overrideAttrs (oldAttrs: {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "nficano";
|
||||
repo = "humps";
|
||||
tag = "v3.8.0";
|
||||
hash = "sha256-ElL/LY2V2Z3efdV5FnDy9dSoBltULrzxsjaOx+7W9Oo=";
|
||||
};
|
||||
});
|
||||
in
|
||||
pythonpkgs.buildPythonApplication rec {
|
||||
pname = "mealie";
|
||||
@@ -75,7 +67,7 @@ pythonpkgs.buildPythonApplication rec {
|
||||
psycopg2 # pgsql optional-dependencies
|
||||
pydantic
|
||||
pydantic-settings
|
||||
pyhumps38
|
||||
pyhumps
|
||||
pyjwt
|
||||
python-dateutil
|
||||
python-dotenv
|
||||
|
||||
Reference in New Issue
Block a user