molbar: 1.1.1 -> 1.1.3 (#379061)

This commit is contained in:
Markus Kowalewski
2025-02-03 14:02:27 +01:00
committed by GitHub
@@ -21,12 +21,12 @@
buildPythonPackage rec {
pname = "MolBar";
version = "1.1.1";
version = "1.1.3";
src = fetchgit {
url = "https://git.rwth-aachen.de/bannwarthlab/molbar";
rev = "release_v${version}";
hash = "sha256-AFp2x8gil6nbZbgTZmuv+QAMImUMryyCc1by9U/ukYE=";
hash = "sha256-wHvsj1/BJpfbSKEB7Fk8PkH6laN/VMKoluZo+4bprlo=";
};
pyproject = true;