Merge pull request #54553 from stigtsp/python/python-gnupg
Security Update: pythonPackages.python-gnupg: 0.4.3 -> 0.4.4
This commit is contained in:
commit
ba9d958adf
|
@ -1,17 +1,14 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi, gnupg1 }:
|
{ stdenv, buildPythonPackage, fetchPypi, gnupg1 }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
|
||||||
pname = "python-gnupg";
|
pname = "python-gnupg";
|
||||||
version = "0.4.3";
|
version = "0.4.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2d158dfc6b54927752b945ebe57e6a0c45da27747fa3b9ae66eccc0d2147ac0d";
|
sha256 = "45daf020b370bda13a1429c859fcdff0b766c0576844211446f9266cae97fb0e";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ gnupg1 ];
|
|
||||||
|
|
||||||
# Let's make the library default to our gpg binary
|
# Let's make the library default to our gpg binary
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
substituteInPlace gnupg.py \
|
substituteInPlace gnupg.py \
|
||||||
|
|
Loading…
Reference in New Issue