tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.findpython: 0.2.1 -> 0.2.2
R. Ryantm
3 years ago
940a3b6e
f7ecc542
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
findpython
default.nix
+2
-2
pkgs/development/python-modules/findpython/default.nix
···
15
15
16
16
let
17
17
pname = "findpython";
18
18
-
version = "0.2.1";
18
18
+
version = "0.2.2";
19
19
in
20
20
buildPythonPackage {
21
21
inherit pname version;
···
25
25
26
26
src = fetchPypi {
27
27
inherit pname version;
28
28
-
hash = "sha256-Q5Shy828+NEOo0OeLYCGsuwHRQcJe25tvuGAKMblKwg=";
28
28
+
hash = "sha256-gFV5YcBM8cjEukyjrHz3bsJ/qSeIpq9Cy3AeNFDElDA=";
29
29
};
30
30
31
31
nativeBuildInputs = [