Skip to content

Commit f455773

Browse files
authored
molbar: 1.1.1 -> 1.1.3 (#379061)
2 parents 0895642 + 5bf7525 commit f455773

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/molbar/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121

2222
buildPythonPackage rec {
2323
pname = "MolBar";
24-
version = "1.1.1";
24+
version = "1.1.3";
2525

2626
src = fetchgit {
2727
url = "https://git.rwth-aachen.de/bannwarthlab/molbar";
2828
rev = "release_v${version}";
29-
hash = "sha256-AFp2x8gil6nbZbgTZmuv+QAMImUMryyCc1by9U/ukYE=";
29+
hash = "sha256-wHvsj1/BJpfbSKEB7Fk8PkH6laN/VMKoluZo+4bprlo=";
3030
};
3131

3232
pyproject = true;

0 commit comments

Comments
 (0)