tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
circup: 2.1.1 -> 2.1.2
R. Ryantm
1 year ago
e0647dcf
5be6db6b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ci
circup
package.nix
+3
-3
pkgs/by-name/ci/circup/package.nix
reviewed
···
6
6
7
7
python3.pkgs.buildPythonApplication rec {
8
8
pname = "circup";
9
9
-
version = "2.1.1";
9
9
+
version = "2.1.2";
10
10
pyproject = true;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "adafruit";
14
14
repo = "circup";
15
15
tag = version;
16
16
-
hash = "sha256-G2c2Psd5cyjKkpqYQOLVWSeLIWdoxYm45KLT0q7cTzQ=";
16
16
+
hash = "sha256-lmuxqkZVByJwnfHj4yljWQwTvdLnguq3hZm6a7LN6Xo=";
17
17
};
18
18
19
19
pythonRelaxDeps = [ "semver" ];
···
47
47
meta = with lib; {
48
48
description = "CircuitPython library updater";
49
49
homepage = "https://github.com/adafruit/circup";
50
50
-
changelog = "https://github.com/adafruit/circup/releases/tag/${version}";
50
50
+
changelog = "https://github.com/adafruit/circup/releases/tag/${src.tag}";
51
51
license = with licenses; [ mit ];
52
52
maintainers = with maintainers; [ fab ];
53
53
mainProgram = "circup";