1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: PyLTI: 0.6.0 -> 0.7.0

This commit is contained in:
Frederik Rietdijk 2018-08-13 09:30:56 +02:00
parent 99ae554b9a
commit 555e3ed264

View file

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "PyLTI";
version = "0.6.0";
version = "0.7.0";
disabled = !isPy27;
@ -39,7 +39,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "b3203c5d0d8a527c092518d82d312757c036055ff628023985ab615ef471e602";
sha256 = "80938a235b1ab390f6889a95237d087ea7adde5cc50fcae9c80c49898e8ee78e";
};
meta = {