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

Configure Feed

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

python310Packages.pycryptodome-test-vectors: 1.0.8 -> 1.0.10

+2 -2
+2 -2
pkgs/development/python-modules/pycryptodome/vectors.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "pycryptodome-test-vectors"; 8 - version = "1.0.8"; 8 + version = "1.0.10"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - hash = "sha256-3BTh7as4CikvVfUx2xBZlUOaq/dAQNNFHpuRxWg/5N0="; 13 + hash = "sha256-oqgHWAw0Xrc22eAuY6+Q/H90tL9Acz6V0EJp060hH2Q="; 14 14 extension = "zip"; 15 15 }; 16 16