From 60e8950fa07a86341bd8d2b4515d94ef5c40bed6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 7 Mar 2025 22:10:45 +0100 Subject: [PATCH] python313Packages.johnnycanencrypt: 0.15.0 -> 0.16.0 Diff: https://github.com/kushaldas/johnnycanencrypt/compare/refs/tags/v0.15.0...v0.16.0 Changelog: https://github.com/kushaldas/johnnycanencrypt/blob/v0.16.0/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 14d62ebd0f3c..0d9523fce9af 100644 --- a/pkgs/development/python-modules/johnnycanencrypt/default.nix +++ b/pkgs/development/python-modules/johnnycanencrypt/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "johnnycanencrypt"; - version = "0.15.0"; + version = "0.16.0"; pyproject = true; disabled = pythonOlder "3.8"; @@ -26,13 +26,13 @@ buildPythonPackage rec { owner = "kushaldas"; repo = "johnnycanencrypt"; tag = "v${version}"; - hash = "sha256-tbHW3x+vwFz0nqFGWvgxjhw8XH6/YKz1uagU339SZyk="; + hash = "sha256-9T8B6zG3zMOBMX9C+u34MGBAgQ8YR44CW2BTdO1CciI="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit src; name = "${pname}-${version}"; - hash = "sha256-2kgp3RD2QbxL/Xk4iljjJZ8yEfo2umFtcN5CEtheyw8="; + hash = "sha256-V1z16GKaSQVjp+stWir7kAO2wsnOYPdhKi4KzIKmKx8="; }; build-system = with rustPlatform; [