Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ac95de0d2ea8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d56106a8ff1d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 6, 2019

  1. tortoisehg: 4.9.1 -> 5.0.2

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/tortoisehg/versions
    r-ryantm committed Aug 6, 2019

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    624b316 View commit details
  2. Merge pull request #66164 from r-ryantm/auto-update/tortoisehg

    tortoisehg: 4.9.1 -> 5.0.2
    mmahut authored Aug 6, 2019
    Copy the full SHA
    d56106a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/version-management/tortoisehg/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/tortoisehg/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

python2Packages.buildPythonApplication rec {
name = "tortoisehg-${version}";
version = "4.9.1";
version = "5.0.2";

src = fetchurl {
url = "https://bitbucket.org/tortoisehg/targz/downloads/${name}.tar.gz";
sha256 = "0c5gp5wyaiyh8w2zzy1q0f2qv8aa3219shb6swpsdzqr2j9gkk4b";
sha256 = "1fkawx4ymaacah2wpv2w7rxmv1mx08mg4x4r4fxh41jz1njjb8sz";
};

pythonPath = with python2Packages; [ pyqt4 mercurial qscintilla iniparse ];