mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.pkg-about: 2.4.3 -> 2.4.4
https://github.com/karpierz/pkg_about/blob/2.4.4/CHANGES.rst This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pkg-about";
|
||||
version = "2.4.3";
|
||||
version = "2.4.4";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "pkg_about";
|
||||
inherit version;
|
||||
hash = "sha256-CqO4k49pEhjYKPtKC088wdT77WjEc8QH23uKBtfBR0g=";
|
||||
hash = "sha256-tURSRw79LnIOWij+JzDLLjKNPts9gcXdN4tQ9u/gbuQ=";
|
||||
};
|
||||
|
||||
# Unnecessarily requires the newest versions available for these
|
||||
|
||||
Reference in New Issue
Block a user