python313Packages.scrypt: 0.8.29 -> 0.9.4
Diff: https://github.com/holgern/py-scrypt/compare/refs/tags/v0.8.29...refs/tags/v0.9.4 Changelog: https://github.com/holgern/py-scrypt/releases/tag/v0.9.4
This commit is contained in:
parent
8c34ca893a
commit
d214d34b9c
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "scrypt";
|
pname = "scrypt";
|
||||||
version = "0.8.29";
|
version = "0.9.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "holgern";
|
owner = "holgern";
|
||||||
repo = "py-scrypt";
|
repo = "py-scrypt";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-vO7TLLF+TMp8sr55sLaUWA9erwaHj5YipqchmIX6EOE=";
|
hash = "sha256-4jVXaPD57RMe4ef1PVgZwPGAhEHL3RGlu2DSC6lGuR4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user