python27Packages.pycdio: 2.0.0 -> 2.1.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/python2.7-pycdio/versions
This commit is contained in:
parent
549c0ee2f6
commit
90c6fbabf2
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pycdio";
|
pname = "pycdio";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
disabled = !isPy27;
|
disabled = !isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1a1h0lmfl56a2a9xqhacnjclv81nv3906vdylalybxrk4bhrm3hj";
|
sha256 = "01b7vqqfry071p60sabydym7r3m3rxszyqpdbs1qi5rk2sfyblnn";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = "sed -i -e '/DRIVER_BSDI/d' pycdio.py";
|
prePatch = "sed -i -e '/DRIVER_BSDI/d' pycdio.py";
|
||||||
|
Loading…
Reference in New Issue
Block a user