Skip to content

Commit

Permalink
Merge branch 'hashes' of github.com:mariusvniekerk/conda-lock into ha…
Browse files Browse the repository at this point in the history
…shes
  • Loading branch information
mariusvniekerk committed Feb 11, 2022
2 parents 1148db9 + 490c02a commit e12f363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda_lock/conda_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ def fake_conda_environment(locked: Iterable[LockedDependency], platform: str):
"subdir": path.parent.name,
"depends": [f"{k} {v}".strip() for k, v in dep.dependencies.items()],
}
# mamba requires these to be stringlike so null are not allowed here
if dep.hash.sha256 is not None:
entry["sha256"] = dep.hash.sha256

Expand Down

0 comments on commit e12f363

Please sign in to comment.