mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python3Packages.e3-core: 22.3.1 -> 22.4.0
This commit is contained in:
parent
5f91e40f0a
commit
85f542caf0
@ -7,12 +7,14 @@
|
||||
, httpretty
|
||||
, lib
|
||||
, mock
|
||||
, packaging
|
||||
, psutil
|
||||
, pytest
|
||||
, pytest-socket
|
||||
, python-dateutil
|
||||
, pyyaml
|
||||
, requests
|
||||
, requests-cache
|
||||
, requests-toolbelt
|
||||
, stdenv
|
||||
, setuptools
|
||||
@ -25,14 +27,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "e3-core";
|
||||
version = "22.3.1";
|
||||
version = "22.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AdaCore";
|
||||
repo = "e3-core";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-4StHOJldfeqApdF6D14Euzg9HvZ2e7G4/OQ0UrEbEIw=";
|
||||
hash = "sha256-dgEk2/qRfAYwUz+e5TWKUy/aPLpmyWZ32OV1i7QM9Fs=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@ -46,9 +48,11 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
colorama
|
||||
packaging
|
||||
pyyaml
|
||||
python-dateutil
|
||||
requests
|
||||
requests-cache
|
||||
requests-toolbelt
|
||||
tqdm
|
||||
stevedore
|
||||
|
Loading…
Reference in New Issue
Block a user