mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
python311Packages.alexapy: 1.26.9 -> 1.27.1
Diff: https://gitlab.com/keatontaylor/alexapy/-/compare/refs/tags/v1.26.9...v1.27.1 Changelog: https://gitlab.com/keatontaylor/alexapy/-/blob/refs/tags/v1.27.1/CHANGELOG.md
This commit is contained in:
parent
a8c0e1f470
commit
ec699b89ac
@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "alexapy";
|
||||
version = "1.26.9";
|
||||
version = "1.27.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "keatontaylor";
|
||||
repo = "alexapy";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-mDh4kYwRXpvVCh+nBmQblmlmgG98P6+UmgG4ZioQ68M=";
|
||||
hash = "sha256-pMTVZ2iE/a1yNsWhmxkIQFkl18x06ZLjslj8hjKVBEA=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user