mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 20:53:48 +00:00
python3Packages.python-gnupg: 0.4.6 -> 0.4.7
This commit is contained in:
parent
619aecf7a1
commit
9bd3ae042a
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-gnupg";
|
||||
version = "0.4.6";
|
||||
version = "0.4.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a";
|
||||
sha256 = "2061f56b1942c29b92727bf9aecbd3cea3893acc9cccbdc7eb4604285efe4ac7";
|
||||
};
|
||||
|
||||
# Let's make the library default to our gpg binary
|
||||
|
Loading…
Reference in New Issue
Block a user