tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.frigidaire: 0.18.23 -> 0.18.24
R. Ryantm
10 months ago
2fb4be99
cc4eb12f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
frigidaire
default.nix
+3
-3
pkgs/development/python-modules/frigidaire/default.nix
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "frigidaire";
16
16
-
version = "0.18.23";
16
16
+
version = "0.18.24";
17
17
pyproject = true;
18
18
19
19
disabled = pythonOlder "3.8";
···
22
22
owner = "bm1549";
23
23
repo = "frigidaire";
24
24
tag = version;
25
25
-
hash = "sha256-RzwTQRo5cIh6I8VQAJNcLg5TBiF6dAnZICGfvwCvx5Y=";
25
25
+
hash = "sha256-lpwzXeuFPvWV26AIAfzBHY3IiwEc8vThTXc/F0iyV1o=";
26
26
};
27
27
28
28
postPatch = ''
···
48
48
meta = with lib; {
49
49
description = "Python API for the Frigidaire devices";
50
50
homepage = "https://github.com/bm1549/frigidaire";
51
51
-
changelog = "https://github.com/bm1549/frigidaire/releases/tag/${version}";
51
51
+
changelog = "https://github.com/bm1549/frigidaire/releases/tag/${src.tag}";
52
52
license = with licenses; [ mit ];
53
53
maintainers = with maintainers; [ fab ];
54
54
};