python3Packages.cryptg: 0.3.1 -> 0.4

This commit is contained in:
Nick Cao 2022-11-02 12:00:17 +08:00
parent 608eb68fd8
commit 5872c13565
No known key found for this signature in database

View file

@ -7,19 +7,19 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cryptg"; pname = "cryptg";
version = "0.3.1"; version = "0.4";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cher-nov"; owner = "cher-nov";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-IhzwQrWu8k308ZZhWz4Z3FHAkSLTXiCydyiy0MPN8NI="; hash = "sha256-2HP1mKGPr8wOL5B0APJks3EVBicX2iMFI7vLJGTa1PM=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
hash = "sha256-M2ySVqfgpgHktLh4t5Sh1UTBCzajlQiDku4O9azHJwk="; hash = "sha256-AqSVFOB9Lfvk9h3GtoYlEOXBEt7YZYLhCDNKM9upQ2U=";
}; };
nativeBuildInputs = with rustPlatform;[ nativeBuildInputs = with rustPlatform;[