mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
python312Packages.python-benedict: 0.33.2 -> 0.34.0 (#349594)
This commit is contained in:
commit
19fd4653e3
@ -25,25 +25,23 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-benedict";
|
pname = "python-benedict";
|
||||||
version = "0.33.2";
|
version = "0.34.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fabiocaccamo";
|
owner = "fabiocaccamo";
|
||||||
repo = "python-benedict";
|
repo = "python-benedict";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-1/eLJFXACn1W5Yz43BIhdqqUVk3t9285d8aLwH+VmAE=";
|
hash = "sha256-HQ9VVgRfF5qA36yOyKT63gXuKNLLjouqYKz5EuqGA2E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "boto3" ];
|
pythonRelaxDeps = [ "boto3" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [ setuptools ];
|
||||||
setuptools
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
python-fsutil
|
python-fsutil
|
||||||
python-slugify
|
python-slugify
|
||||||
requests
|
requests
|
||||||
|
Loading…
Reference in New Issue
Block a user