python27Packages.gnutls: 3.0.0 -> 3.1.1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python2.7-python-gnutls/versions
This commit is contained in:
parent
035bdbb184
commit
84339e448e
@ -7,14 +7,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-gnutls";
|
||||
version = "3.0.0";
|
||||
version = "3.1.1";
|
||||
|
||||
# https://github.com/AGProjects/python-gnutls/issues/2
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1yrdxcj5rzvz8iglircz6icvyggz5fmdcd010n6w3j60yp4p84kc";
|
||||
sha256 = "0ncsz72i6vrhvxpd90y9k74qdfw3pfcj39pvn5dxp6m834ani4l8";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pkgs.gnutls ];
|
||||
|
Loading…
Reference in New Issue
Block a user