mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 01:03:25 +00:00
python3Packages.ambee: 0.3.0 -> 0.4.0
This commit is contained in:
parent
4528364354
commit
ba81f10fce
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ambee";
|
pname = "ambee";
|
||||||
version = "0.3.0";
|
version = "0.4.0";
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "frenck";
|
owner = "frenck";
|
||||||
repo = "python-ambee";
|
repo = "python-ambee";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0vivzpfsmb4gy7k5wlbk5ylkpqy4jhki9lbgxyrrqj5yhhzz6cwy";
|
sha256 = "sha256-2wX2CLr6kdVw2AGPW6DmYI2OBfQFI/iWVorok2d3wx4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user