tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pylitterbot: 2023.4.11 -> 2023.5.0
R. Ryantm
2 years ago
26974739
c6d6ab9c
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pylitterbot
default.nix
+2
-2
pkgs/development/python-modules/pylitterbot/default.nix
···
16
16
17
17
buildPythonPackage rec {
18
18
pname = "pylitterbot";
19
19
-
version = "2023.4.11";
19
19
+
version = "2023.5.0";
20
20
pyproject = true;
21
21
22
22
disabled = pythonOlder "3.9";
···
25
25
owner = "natekspencer";
26
26
repo = "pylitterbot";
27
27
rev = "refs/tags/v${version}";
28
28
-
hash = "sha256-OTyQgcGGNktCgYJN33SZn7La7ec+gwR/yVDuH7kcEh4=";
28
28
+
hash = "sha256-MSQdX2PKQohmPGqtRZnUmCCVgKgaf4+cHAUItiPv7pY=";
29
29
};
30
30
31
31
build-system = [