···3030buildPythonPackage rec {
3131 name = "${pname}-${version}";
3232 pname = "Nikola";
3333- version = "7.8.10";
3333+ version = "7.8.11";
34343535 # Nix contains only Python 3 supported version of doit, which is a dependency
3636 # of Nikola. Python 2 support would require older doit 0.29.0 (which on the
···47474848 src = fetchPypi {
4949 inherit pname version;
5050- sha256 = "e242c3d0dd175d95a0baf5268b108081ba160b83ceafec8c9bc2ec0a24a56537";
5050+ sha256 = "10d95b3af84e61496ef729665eafa2235fd0fd4cc6c57644dd0f2c19a968dd0f";
5151 };
52525353 meta = {
···11+{ lib
22+, buildPythonPackage
33+, fetchPypi
44+, numpy
55+}:
66+77+buildPythonPackage rec {
88+ pname = "biopython";
99+ version = "1.70";
1010+1111+ src = fetchPypi {
1212+ inherit pname version;
1313+ sha256 = "4a7c5298f03d1a45523f32bae1fffcff323ea9dce007fb1241af092f5ab2e45b";
1414+ };
1515+1616+ propagatedBuildInputs = [ numpy ];
1717+ # Checks try to write to $HOME, which does not work with nix
1818+ doCheck = false;
1919+ meta = {
2020+ description = "Python library for bioinformatics";
2121+ longDescription = ''
2222+ Biopython is a set of freely available tools for biological computation
2323+ written in Python by an international team of developers. It is a
2424+ distributed collaborative effort to develop Python libraries and
2525+ applications which address the needs of current and future work in
2626+ bioinformatics.
2727+ '';
2828+ homepage = http://biopython.org/wiki/Documentation;
2929+ maintainers = with lib.maintainers; [ luispedro ];
3030+ license = lib.licenses.bsd3;
3131+ };
3232+}
···11{ stdenv, buildPythonPackage, fetchPypi }:
22buildPythonPackage rec {
33 pname = "htmlmin";
44- version = "0.1.11";
44+ version = "0.1.12";
55 name = "${pname}-${version}";
66 src = fetchPypi {
77 inherit pname version;
88- sha256 = "f27fb96fdddeb1725ee077be532c7bea23288c69d0e996e7798f24fae7a14e5e";
88+ sha256 = "50c1ef4630374a5d723900096a961cff426dff46b48f34d194a81bbe14eca178";
99 };
10101111 # Tests run fine in a normal source checkout, but not when being built by nix.
···11{ stdenv, fetchPypi, buildPythonPackage, lib }:
2233buildPythonPackage rec {
44- version = "3.8.3";
44+ version = "3.9.0";
55 pname = "thespian";
66 name = "${pname}-${version}";
7788 src = fetchPypi {
99 inherit pname version;
1010 extension = "zip";
1111- sha256 = "0vvwsh3waxd5ldrayr86kdcshv07bp361fl7p16g9i044vklwly4";
1111+ sha256 = "e698e3c5369d7b06de5c4ce7b877ea65991c99f7b0fabd09f29e91bc981c7d22";
1212 };
13131414 # Do not run the test suite: it takes a long type and uses