tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.python-benedict: 0.24.3 -> 0.25.0
Fabian Affolter
4 years ago
a81f54ae
5329be61
+5
-6
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
python-benedict
default.nix
+5
-6
pkgs/development/python-modules/python-benedict/default.nix
···
2
2
, aiohttp
3
3
, buildPythonPackage
4
4
, fetchFromGitHub
5
5
-
, pytestCheckHook
6
6
-
, pythonOlder
7
7
-
5
5
+
, ftfy
8
6
, mailchecker
9
7
, phonenumbers
8
8
+
, pytestCheckHook
10
9
, python-dateutil
11
10
, python-fsutil
11
11
+
, pythonOlder
12
12
, python-slugify
13
13
, pyyaml
14
14
-
, ftfy
15
14
, requests
16
15
, six
17
16
, toml
···
20
19
21
20
buildPythonPackage rec {
22
21
pname = "python-benedict";
23
23
-
version = "0.24.3";
22
22
+
version = "0.25.0";
24
23
format = "setuptools";
25
24
26
25
disabled = pythonOlder "3.7";
···
29
28
owner = "fabiocaccamo";
30
29
repo = pname;
31
30
rev = version;
32
32
-
hash = "sha256-06n8MNoGQRSrBK2XeEBBoQ2NIXWf0qXPVBeP9ERMEj0=";
31
31
+
hash = "sha256-G7pTbxNcESMUiKpQxjiF0gwN5mBhmuwIDlzauN5JCB4=";
33
32
};
34
33
35
34
propagatedBuildInputs = [