From 802f25c09d7dab6d341a0e3466edabf29427f137 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 16 Apr 2025 21:49:05 +0000 Subject: [PATCH] dinghy: 1.3.3 -> 1.4.1 --- pkgs/development/python-modules/dinghy/default.nix | 6 +++--- 1 file 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