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
python3Packages.aiontfy: 0.6.0 -> 0.6.1
R. Ryantm
6 months ago
3969ae25
e39d1aa7
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
aiontfy
default.nix
+2
-2
pkgs/development/python-modules/aiontfy/default.nix
reviewed
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "aiontfy";
17
17
-
version = "0.6.0";
17
17
+
version = "0.6.1";
18
18
pyproject = true;
19
19
20
20
src = fetchFromGitHub {
21
21
owner = "tr4nt0r";
22
22
repo = "aiontfy";
23
23
tag = "v${version}";
24
24
-
hash = "sha256-k68NNs2qckWNRId8f9anTBKAxaYo9UL10NaQ3T4BTMc=";
24
24
+
hash = "sha256-43sl9jCJErROEOIllUFizG6IIBpFWCQTRyJP+0u1z+M=";
25
25
};
26
26
27
27
build-system = [