python.pkgs: updates
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{ lib, fetchurl, buildPythonPackage, docutils, six, sphinx, isPy3k }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "4.7.2";
|
||||
version = "4.7.3";
|
||||
pname = "breathe";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/b/breathe/${name}.tar.gz";
|
||||
sha256 = "dd15efc66d65180e4c994edd15fcb642812ad04ac9c36738b28bf248d7c0be32";
|
||||
sha256 = "d0b0e029daba6c3889d15d6c2dd4b0e9d468dc631d41021d0576c1b0dabee302";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ docutils six sphinx ];
|
||||
|
||||
Reference in New Issue
Block a user