conan: fix distro package version

This commit is contained in:
Jörg Thalheim 2019-01-16 12:23:10 +00:00
parent 5a434d0034
commit 2eaadfa5be
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -3,7 +3,7 @@
let newPython = python3.override {
packageOverrides = self: super: {
distro = super.distro.overridePythonAttrs (oldAttrs: rec {
version = "1.2.0";
version = "1.1.0";
src = oldAttrs.src.override {
inherit version;
sha256 = "1vn1db2akw98ybnpns92qi11v94hydwp130s8753k6ikby95883j";