1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

python3Packages.ambee: 0.2.1 -> 0.3.0

This commit is contained in:
Jonathan Ringer 2021-06-18 18:34:32 -07:00 committed by Martin Weinelt
parent 08a842f265
commit a03512e456

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "ambee";
version = "0.2.1";
version = "0.3.0";
disabled = pythonOlder "3.8";
format = "pyproject";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "frenck";
repo = "python-ambee";
rev = "v${version}";
sha256 = "11liw2206lyrnx09giqapjpi25lr2qnbmigi6rgynr2a1i9vxy1s";
sha256 = "0vivzpfsmb4gy7k5wlbk5ylkpqy4jhki9lbgxyrrqj5yhhzz6cwy";
};
nativeBuildInputs = [