python: python-hglib: 2.5 -> 2.6.1

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:01 +02:00
parent d58135cffa
commit e674a021e1

View File

@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python-hglib"; pname = "python-hglib";
version = "2.5"; version = "2.6.1";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "fee180bb6796e5d2d25158b2d3c9f048648e427dd28b23a58d369adb14dd67cb"; sha256 = "7c1fa0cb4d332dd6ec8409b04787ceba4623e97fb378656f7cab0b996c6ca3b2";
}; };
checkInputs = [ nose ]; checkInputs = [ nose ];