diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a37d1a82e2..904d99322b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -41371,6 +41371,6 @@ path.") ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances -;;; of a merge conflict, place them above by existing packages with similar -;;; functionality or similar names. +;;; of a merge conflict, place them above in alphabetic order: +;;; guix import --insert=gnu/packages/python-xyz.scm pypi . ;;;