mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 10:31:36 +00:00
python.pkgs.cryptography-vectors: fix name
This commit is contained in:
parent
8e19e0327f
commit
1862315bae
|
@ -3490,8 +3490,8 @@ in {
|
|||
cryptography_vectors = buildPythonPackage rec {
|
||||
# also bump cryptography
|
||||
pname = "cryptography_vectors";
|
||||
name = "${pname}${version}";
|
||||
version = "1.8.1";
|
||||
version = self.cryptography.version;
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
|
Loading…
Reference in a new issue