From d08df272003190c482dc1a664dcc8457d2fd8058 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 10 Jun 2023 22:06:49 +0200 Subject: [PATCH] python311Packages.johnnycanencrypt: 0.13.1 -> 0.14.1 Diff: https://github.com/kushaldas/johnnycanencrypt/compare/v0.13.1...v0.14.1 Changelog: https://github.com/kushaldas/johnnycanencrypt/blob/v0.14.1/changelog.md --- .../development/python-modules/johnnycanencrypt/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/johnnycanencrypt/default.nix b/pkgs/development/python-modules/johnnycanencrypt/default.nix index dca215358e03..b65fbca46993 100644 --- a/pkgs/development/python-modules/johnnycanencrypt/default.nix +++ b/pkgs/development/python-modules/johnnycanencrypt/default.nix @@ -16,20 +16,20 @@ buildPythonPackage rec { pname = "johnnycanencrypt"; - version = "0.13.1"; + version = "0.14.1"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "kushaldas"; repo = "johnnycanencrypt"; rev = "v${version}"; - hash = "sha256-1zHdV0QNYgeJIMaSljIMtqjpkwih2+s8jAaQnCumdgw="; + hash = "sha256-13zIC+zH/BebMplUfdtiwEEVODS+jTURC1vudbmQPlA="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; - hash = "sha256-nsVC2plY2yXjOZBvM4GYNQJqHR+ZWxfiDjPcTCoe6+0="; + hash = "sha256-u3qKli76XGS0Ijg15BQzbFlfLPpBPFKh++EZLfnO9ps="; }; format = "pyproject";