tortoisehg: 6.6.3 -> 6.9

This commit is contained in:
emaryn 2025-03-03 18:57:47 +08:00
parent 1a142a02e3
commit b79d7a76cd

View file

@ -8,22 +8,24 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "tortoisehg"; pname = "tortoisehg";
version = "6.6.3"; version = "6.9";
src = fetchurl { src = fetchurl {
url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz"; url = "https://www.mercurial-scm.org/release/tortoisehg/targz/tortoisehg-${version}.tar.gz";
sha256 = "sha256-9pg1N5uj1ZaZCAm4N8toRwfVHme7nAsNMZkXSRgFves="; hash = "sha256-j+HuAq/elnXIOoX4eoqMeOyGq3qjbdoJw6pcZsSa+AI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
qt5.wrapQtAppsHook qt5.wrapQtAppsHook
]; ];
propagatedBuildInputs = with python3Packages; [
dependencies = with python3Packages; [
mercurial mercurial
# The one from python3Packages # The one from python3Packages
qscintilla-qt5 qscintilla-qt5
iniparse iniparse
]; ];
buildInputs = [ buildInputs = [
# Makes wrapQtAppsHook add these qt libraries to the wrapper search paths # Makes wrapQtAppsHook add these qt libraries to the wrapper search paths
qt5.qtwayland qt5.qtwayland