python36Packages.kerberos: 1.2.4 -> 1.3.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-kerberos/versions
This commit is contained in:
parent
7d96d15020
commit
95371f3de1
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "kerberos";
|
||||
version = "1.2.4";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "11q9jhzdl88jh8jgn7cycq034m36g2ncxds7mr3vqkngpcirkx6n";
|
||||
sha256 = "19663qxmma0i8bfbjc2iwy5hgq0g4pfb75r023v5dps68zfvffgh";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgs.kerberos ];
|
||||
|
Loading…
Reference in New Issue
Block a user