mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
python311Packages.environs: 10.3.0 -> 11.0.0
Diff: https://github.com/sloria/environs/compare/refs/tags/10.3.0...11.0.0 Changelog: https://github.com/sloria/environs/blob/11.0.0/CHANGELOG.md
This commit is contained in:
parent
c44c76a75d
commit
e82a38f8b8
@ -4,16 +4,16 @@
|
|||||||
, dj-email-url
|
, dj-email-url
|
||||||
, django-cache-url
|
, django-cache-url
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, flit-core
|
||||||
, marshmallow
|
, marshmallow
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
, python-dotenv
|
, python-dotenv
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, setuptools
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "environs";
|
pname = "environs";
|
||||||
version = "10.3.0";
|
version = "11.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -22,11 +22,11 @@ buildPythonPackage rec {
|
|||||||
owner = "sloria";
|
owner = "sloria";
|
||||||
repo = "environs";
|
repo = "environs";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-D6Kp8aHiUls7+cACJ3DwrS4OftA5uMbAu4l5IyR4F5U=";
|
hash = "sha256-9BqIlA2HcUlBiyTB7zxaLO0CzBRkx5mKMMdhvdr2Uqg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
setuptools
|
flit-core
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user