nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+2 -2
+2 -2
pkgs/development/python-modules/scrypt/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "scrypt"; 12 - version = "0.8.29"; 12 + version = "0.9.4"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "holgern"; 17 17 repo = "py-scrypt"; 18 18 tag = "v${version}"; 19 - hash = "sha256-vO7TLLF+TMp8sr55sLaUWA9erwaHj5YipqchmIX6EOE="; 19 + hash = "sha256-4jVXaPD57RMe4ef1PVgZwPGAhEHL3RGlu2DSC6lGuR4="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];