python3Packages.emborg: 1.41 -> 1.42

R. Ryantm b1c578c6 1f622956

Changed files
+3 -3
pkgs
development
python-modules
emborg
+3 -3
pkgs/development/python-modules/emborg/default.nix
···
buildPythonPackage rec {
pname = "emborg";
-
version = "1.41";
+
version = "1.42";
format = "pyproject";
disabled = pythonOlder "3.7";
···
owner = "KenKundert";
repo = "emborg";
tag = "v${version}";
-
hash = "sha256-ViELR5pbGZc1vMxluHWBARuP6N031u+75WmJEYdckJo=";
+
hash = "sha256-/xinm/Jz4JVmm0jioLAhkbBueZCM0ehgt4gsgE7hX6I=";
};
nativeBuildInputs = [ flit-core ];
···
meta = with lib; {
description = "Interactive command line interface to Borg Backup";
homepage = "https://github.com/KenKundert/emborg";
-
changelog = "https://github.com/KenKundert/emborg/releases/tag/v${version}";
+
changelog = "https://github.com/KenKundert/emborg/releases/tag/${src.tag}";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ jpetrucciani ];
};