tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.lupupy: 0.2.3 -> 0.2.4
Fabian Affolter
3 years ago
726ab86a
813a0ef8
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
lupupy
default.nix
+2
-2
pkgs/development/python-modules/lupupy/default.nix
reviewed
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "lupupy";
12
12
-
version = "0.2.3";
12
12
+
version = "0.2.4";
13
13
format = "setuptools";
14
14
15
15
disabled = pythonOlder "3.6";
16
16
17
17
src = fetchPypi {
18
18
inherit pname version;
19
19
-
hash = "sha256-GR/sCR8BkqfSLCftLrCAaSYYcaYugX3ItM55+KcghL8=";
19
19
+
hash = "sha256-11BdMhUhxbzkSrBEFdqpjkgcOcCZG498ylEHIMbomW4=";
20
20
};
21
21
22
22
propagatedBuildInputs = [