summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-10 10:06:05 +0100
committerGitHub <noreply@github.com>2023-02-10 10:06:05 +0100
commit4857abdb6d153c8e7486685bfb5fc640b5f97a3f (patch)
tree618f005fc5829a38176d65f22131be873a943d8b
parentMerge pull request #215650 from drupol/php/add-meta-mainprogram (diff)
parentpython310Packages.patiencediff: 0.2.12 -> 0.2.13 (diff)
downloadnixpkgs-4857abdb6d153c8e7486685bfb5fc640b5f97a3f.tar.gz
Merge pull request #215263 from r-ryantm/auto-update/python310Packages.patiencediff
python310Packages.patiencediff: 0.2.12 -> 0.2.13
-rw-r--r--pkgs/development/python-modules/patiencediff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/patiencediff/default.nix b/pkgs/development/python-modules/patiencediff/default.nix
index 4c5c0744b0e2..4837ffba7c27 100644
--- a/pkgs/development/python-modules/patiencediff/default.nix
+++ b/pkgs/development/python-modules/patiencediff/default.nix
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "patiencediff";
- version = "0.2.12";
+ version = "0.2.13";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "breezy-team";
repo = pname;
rev = "refs/tags/v${version}";
- hash = "sha256-BdTsx4UIRRK9fbMXOrgut651YMTowxHDFfitlP7ue2I=";
+ hash = "sha256-Hst/2hRqH8AIKD2EXtJo8m3diOxPBWAmNhtS3TUYT3I=";
};
nativeBuildInputs = [