tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
sqlite-utils: 3.37 -> 3.38
R. Ryantm
1 year ago
a91beb2d
21b0706d
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
sqlite-utils
default.nix
+2
-2
pkgs/development/python-modules/sqlite-utils/default.nix
···
17
17
}:
18
18
buildPythonPackage rec {
19
19
pname = "sqlite-utils";
20
20
-
version = "3.37";
20
20
+
version = "3.38";
21
21
pyproject = true;
22
22
23
23
build-system = [ setuptools ];
···
27
27
src = fetchPypi {
28
28
inherit version;
29
29
pname = "sqlite_utils";
30
30
-
hash = "sha256-VCpxAz1OeTb+kJIwrJeU0+IAAhg4q2Pbrzzo9bwic6Q=";
30
30
+
hash = "sha256-Gud7kxOEBSIFoVR41ClGT2xno6w7Tq/TxnSskA9iOqs=";
31
31
};
32
32
33
33
dependencies = [