Commit 5bf75259 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

molbar: 1.1.1 -> 1.1.3

parent 5af943fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;