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:
R. RyanTM 2018-10-24 06:51:03 -07:00 committed by Frederik Rietdijk
parent dce4042b26
commit 0aa3b6c0bf
1 changed files with 2 additions and 2 deletions

View File

@ -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;{