python36Packages.d2to1: 0.2.12 -> 0.2.12.post1
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-d2to1/versions
This commit is contained in:
parent
dce4042b26
commit
0aa3b6c0bf
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "d2to1";
|
pname = "d2to1";
|
||||||
version = "0.2.12";
|
version = "0.2.12.post1";
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||||
owner = "embray";
|
owner = "embray";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1q04ab8vjvx7fmq9ckkl8r9hlwwbqiyjbzaa4v1mv5zicfssxwsi";
|
sha256 = "1hzq51qbzsc27yy8swp08kf42mamag7qcabbrigzj4m6ivb5chi2";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib;{
|
meta = with lib;{
|
||||||
|
|
Loading…
Reference in New Issue