python312Packages.dllogger: 1.0.0 -> 1.1.0

R. Ryantm 3497b789 02b2743b

Changed files
+3 -3
pkgs
development
python-modules
dllogger
+3 -3
pkgs/development/python-modules/dllogger/default.nix
···
buildPythonPackage rec {
pname = "dllogger";
-
version = "1.0.0";
+
version = "1.1.0";
pyproject = true;
disabled = pythonOlder "3.5";
···
owner = "NVIDIA";
repo = "dllogger";
tag = "v${version}";
-
hash = "sha256-Hpr4yeRl+Dyaz6lRyH/5P6UQT184JEHPqgVlf4qHvOg=";
+
hash = "sha256-kT6FhAl4JZlFPdzKYopAJBurYVMaU5umn/qZADfPjkE=";
};
nativeBuildInputs = [
···
meta = with lib; {
description = "Logging tool for deep learning";
homepage = "https://github.com/NVIDIA/dllogger";
-
changelog = "https://github.com/NVIDIA/dllogger/releases/tag/v${version}";
+
changelog = "https://github.com/NVIDIA/dllogger/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ natsukium ];
};