python3Packages.essentials: 1.1.5 -> 1.1.6

https://github.com/Neoteroi/essentials/releases/v1.1.6

This commit was automatically generated using update-python-libraries.

Changed files
+4 -4
pkgs
development
python-modules
essentials
+4 -4
pkgs/development/python-modules/essentials/default.nix
···
}:
buildPythonPackage rec {
pname = "essentials";
-
version = "1.1.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials";
-
rev = "v${version}";
-
hash = "sha256-WMHjBVkeSoQ4Naj1U7Bg9j2hcoErH1dx00BPKiom9T4=";
};
nativeBuildInputs = [ setuptools ];
···
meta = with lib; {
homepage = "https://github.com/Neoteroi/essentials";
description = "General purpose classes and functions";
-
changelog = "https://github.com/Neoteroi/essentials/releases/v${version}";
license = licenses.mit;
maintainers = with maintainers; [
aldoborrero
···
}:
buildPythonPackage rec {
pname = "essentials";
+
version = "1.1.6";
pyproject = true;
src = fetchFromGitHub {
owner = "Neoteroi";
repo = "essentials";
+
tag = "v${version}";
+
hash = "sha256-wOZ0y6sAPEy2MgcwmM9SjnULe6oWlVuNeC7Zl070CK4=";
};
nativeBuildInputs = [ setuptools ];
···
meta = with lib; {
homepage = "https://github.com/Neoteroi/essentials";
description = "General purpose classes and functions";
+
changelog = "https://github.com/Neoteroi/essentials/releases/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [
aldoborrero