tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.geoalchemy2: 0.17.0 -> 0.17.1
R. Ryantm
1 year ago
6fd7d0fc
5ede0d7d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
geoalchemy2
default.nix
+3
-3
pkgs/development/python-modules/geoalchemy2/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "geoalchemy2";
17
17
-
version = "0.17.0";
17
17
+
version = "0.17.1";
18
18
pyproject = true;
19
19
20
20
disabled = pythonOlder "3.7";
···
23
23
owner = "geoalchemy";
24
24
repo = "geoalchemy2";
25
25
tag = version;
26
26
-
hash = "sha256-MxoX5WGJATIvzfeuHFqYGlnaxPNzvqD/v82Zm4Iav1g=";
26
26
+
hash = "sha256-ze0AWwlmBsMUhbmaCNUeEwhFcLxRDeal0IDO421++ck=";
27
27
};
28
28
29
29
build-system = [
···
66
66
meta = with lib; {
67
67
description = "Toolkit for working with spatial databases";
68
68
homepage = "https://geoalchemy-2.readthedocs.io/";
69
69
-
changelog = "https://github.com/geoalchemy/geoalchemy2/releases/tag/${version}";
69
69
+
changelog = "https://github.com/geoalchemy/geoalchemy2/releases/tag/${src.tag}";
70
70
license = licenses.mit;
71
71
maintainers = with maintainers; [ nickcao ];
72
72
};