python312Packages.johnnycanencrypt: 0.14.1 -> 0.15.0

Diff: https://github.com/kushaldas/johnnycanencrypt/compare/v0.14.1...v0.15.0

Changelog: https://github.com/kushaldas/johnnycanencrypt/blob/v0.15.0/changelog.md
This commit is contained in:
Fabian Affolter 2024-10-01 23:55:58 +02:00
parent 4d67e9b5b5
commit 439808876e

View File

@ -17,20 +17,20 @@
buildPythonPackage rec {
pname = "johnnycanencrypt";
version = "0.14.1";
version = "0.15.0";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "kushaldas";
repo = "johnnycanencrypt";
rev = "v${version}";
hash = "sha256-13zIC+zH/BebMplUfdtiwEEVODS+jTURC1vudbmQPlA=";
hash = "sha256-tbHW3x+vwFz0nqFGWvgxjhw8XH6/YKz1uagU339SZyk=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-u3qKli76XGS0Ijg15BQzbFlfLPpBPFKh++EZLfnO9ps=";
hash = "sha256-vDlMdzZgmaRkviEk8IjIN+Q5x95gnpQiW5c8fT+dats=";
};
format = "pyproject";