conan: fix distro package version
This commit is contained in:
parent
5a434d0034
commit
2eaadfa5be
@ -3,7 +3,7 @@
|
|||||||
let newPython = python3.override {
|
let newPython = python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
distro = super.distro.overridePythonAttrs (oldAttrs: rec {
|
distro = super.distro.overridePythonAttrs (oldAttrs: rec {
|
||||||
version = "1.2.0";
|
version = "1.1.0";
|
||||||
src = oldAttrs.src.override {
|
src = oldAttrs.src.override {
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "1vn1db2akw98ybnpns92qi11v94hydwp130s8753k6ikby95883j";
|
sha256 = "1vn1db2akw98ybnpns92qi11v94hydwp130s8753k6ikby95883j";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user