mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 15:11:30 +00:00
python3Packages.gluonts: 0.16.2 -> 0.16.3
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "gluonts";
|
||||
version = "0.16.2";
|
||||
version = "0.16.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "awslabs";
|
||||
repo = "gluonts";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-h0+RYgGMz0gPchiKGIu0/NGcWBky5AWNTJKzoupn/iQ=";
|
||||
hash = "sha256-WQu9QahzbCofC+deso8T93ABJROVLdAegiKtOTxfhT4=";
|
||||
};
|
||||
|
||||
# pydantic.v1.errors.ConfigError: unable to infer type for attribute "target"
|
||||
|
||||
Reference in New Issue
Block a user