mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python: python-debian: 0.1.34 -> 0.1.36
This commit is contained in:
parent
9bf1f09034
commit
1383e74e0d
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-debian";
|
pname = "python-debian";
|
||||||
version = "0.1.34";
|
version = "0.1.36";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a02e073214e9f3a371f7ec0ff8b34dd82bd4941194dd69c49ad80b321b9d887e";
|
sha256 = "c953bb0c54e96887badd2324cc66e1887bf2734f301882cd4fe847a844b518a6";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ chardet six ];
|
propagatedBuildInputs = [ chardet six ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue