From 042e5ad6de1df897402446ab43902b4fa7fddca2 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 30 Apr 2023 22:20:20 +0200 Subject: python310Packages.chacha20poly1305-reuseable: 0.2.2 -> 0.2.5 https://github.com/bdraco/chacha20poly1305-reuseable/blob/v0.2.5/CHANGELOG.md --- .../python-modules/chacha20poly1305-reuseable/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix b/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix index 2179364b92229..766857a66a85f 100644 --- a/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix +++ b/pkgs/development/python-modules/chacha20poly1305-reuseable/default.nix @@ -17,7 +17,7 @@ let pname = "chacha20poly1305-reuseable"; - version = "0.2.2"; + version = "0.2.5"; in buildPythonPackage { @@ -30,7 +30,7 @@ buildPythonPackage { owner = "bdraco"; repo = pname; rev = "v${version}"; - hash = "sha256-vMc5fgFYS06m01WDLRyna3T1uuR+JinqM6huXAQ34rI="; + hash = "sha256-T5mmHUMNbdvexeSaIDZIm/3yQcDKnWdor9IK63FE0no="; }; nativeBuildInputs = [ @@ -59,7 +59,7 @@ buildPythonPackage { meta = with lib; { description = "ChaCha20Poly1305 that is reuseable for asyncio"; homepage = "https://github.com/bdraco/chacha20poly1305-reuseable"; - changelog = "https://github.com/bdraco/chacha20poly1305-reuseable/blob/main/CHANGELOG.md"; + changelog = "https://github.com/bdraco/chacha20poly1305-reuseable/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ hexa ]; }; -- cgit 1.4.1