summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/dinghy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/dinghy/default.nix')
-rw-r--r--pkgs/development/python-modules/dinghy/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/dinghy/default.nix b/pkgs/development/python-modules/dinghy/default.nix
index 010ab5493cb0..c0cbd3bc477b 100644
--- a/pkgs/development/python-modules/dinghy/default.nix
+++ b/pkgs/development/python-modules/dinghy/default.nix
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "dinghy";
- version = "1.3.3";
+ version = "1.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "nedbat";
repo = pname;
tag = version;
- hash = "sha256-fn8SRzhFJyyr2Wr9/cp8Sm6kbVARq2LEeKSE0HU9V74=";
+ hash = "sha256-51BXQdDxlI6+3ctDSa/6tyRXBb1E9BVej9qy7WtkOGM=";
};
nativeBuildInputs = [ setuptools ];
@@ -56,7 +56,7 @@ buildPythonPackage rec {
description = "GitHub activity digest tool";
mainProgram = "dinghy";
homepage = "https://github.com/nedbat/dinghy";
- changelog = "https://github.com/nedbat/dinghy/blob/${version}/CHANGELOG.rst";
+ changelog = "https://github.com/nedbat/dinghy/blob/${src.tag}/CHANGELOG.rst";
license = licenses.asl20;
maintainers = with maintainers; [
trundle