mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
python38Packages.lmdb: 1.2.1 -> 1.3.0
This commit is contained in:
parent
b88fab1bfe
commit
bcdcfc4836
@ -8,11 +8,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lmdb";
|
||||
version = "1.2.1";
|
||||
version = "1.3.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5f76a90ebd08922acca11948779b5055f7a262687178e9e94f4e804b9f8465bc";
|
||||
sha256 = "60a11efc21aaf009d06518996360eed346f6000bfc9de05114374230879f992e";
|
||||
};
|
||||
|
||||
buildInputs = [ lmdb ];
|
||||
|
Loading…
Reference in New Issue
Block a user