tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.geocachingapi: 0.2.2 -> 0.2.3
Fabian Affolter
3 years ago
c2b52e87
956b1ccf
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
geocachingapi
default.nix
+2
-2
pkgs/development/python-modules/geocachingapi/default.nix
···
10
11
buildPythonPackage rec {
12
pname = "geocachingapi";
13
-
version = "0.2.2";
14
format = "setuptools";
15
16
disabled = pythonOlder "3.7";
···
19
owner = "Sholofly";
20
repo = "geocachingapi-python";
21
rev = "refs/tags/${version}";
22
-
sha256 = "sha256-EoAY3kUFCxQY2Dodwl0TWye5MTjjHvbna5AHha1UzCc=";
23
};
24
25
nativeBuildInputs = [
···
10
11
buildPythonPackage rec {
12
pname = "geocachingapi";
13
+
version = "0.2.3";
14
format = "setuptools";
15
16
disabled = pythonOlder "3.7";
···
19
owner = "Sholofly";
20
repo = "geocachingapi-python";
21
rev = "refs/tags/${version}";
22
+
sha256 = "sha256-C4nj4KFEwsY5V5f0Q1x+9sD8Ihz5m7b3jg2pOyB/pDg=";
23
};
24
25
nativeBuildInputs = [