openbabel: update from 2.3.1 to 2.3.2
This commit is contained in:
parent
3a1225f8a1
commit
7c5e25ab1a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{stdenv, fetchurl, cmake, zlib, libxml2, eigen, python, cairo, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "openbabel-2.3.1";
|
||||
name = "openbabel-2.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/openbabel/${name}.tar.gz";
|
||||
sha256 = "18yprqsk0fi1ri4fmvpx2ym6gx9fp3by681pl3jffpjqmz4qnbly";
|
||||
sha256 = "122if0jkm71ngd1b0dic8k567b3j2hcikbwnpxgchv5ag5ka5b2f";
|
||||
};
|
||||
|
||||
# TODO : perl & python bindings;
|
||||
|
|
Loading…
Reference in a new issue