python3Packages.cryptg: 0.5.post0 -> 0.5.1

This commit is contained in:
R. Ryantm
2025-08-22 23:02:52 +00:00
parent 4e49fa427e
commit 4defcb5a8b
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "cryptg";
version = "0.5.post0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,12 +21,12 @@ buildPythonPackage rec {
owner = "cher-nov";
repo = "cryptg";
rev = "v${version}";
hash = "sha256-GCTVxCJQvpvHpzaU+OaFM/AKoRvxLyA0u6VIV+94UTY=";
hash = "sha256-jrJy51AfMmLjAyi9FXT3mCi8q1OIpuAdrSS9tmrv3fA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit src;
hash = "sha256-+RNH9h40UTGUcr0PPJLllhAg81LM1IQnYKmrNxfPPv8=";
hash = "sha256-yOfpFGAy7VsDQrkd13H+ha0AzfXQmzmkIuvzsvY9rfk=";
};
build-system = [