python27Packages.spambayes: 1.1b2 -> 1.1b3 (#52080)
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-spambayes/versions
This commit is contained in:
parent
517534810d
commit
e17cb15e73
@ -2,13 +2,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "spambayes";
|
||||
version = "1.1b2";
|
||||
version = "1.1b3";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1542dwdsmkav38cfjlbgf3bzz3z8nk7wzq173ya8ipk7g8g6s64d";
|
||||
sha256 = "016r3g43ja73rls1nh1dl82d75lgsjdl4cv2r5s7zcihm47nb38q";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ bsddb3 pydns lockfile ];
|
||||
|
Loading…
Reference in New Issue
Block a user