* bug#47066: (At least) ‘guix search’ displays superseded packages twice
@ 2021-03-11 10:42 Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-03-11 10:50 ` zimoun
0 siblings, 1 reply; 3+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-03-11 10:42 UTC (permalink / raw)
To: 47066
[-- Attachment #1: Type: text/plain, Size: 1914 bytes --]
Guix,
What the tin says:
~ λ guix search ^newsboat
name: newsboat
version: 2.22.1
outputs: out
systems: x86_64-linux
dependencies: curl@7.74.0 gettext-minimal@0.20.1 json-c@0.14
libxml2@2.9.10 ncurses@6.2 openssl@1.1.1i
+ pkg-config@0.29.2 ruby-asciidoctor@2.0.10 sqlite@3.31.1
stfl@0.24
location: gnu/packages/syndication.scm:63:2
homepage: https://newsboat.org/
license: GPL 2+, Expat
synopsis: Text-mode RSS and Atom feed reader with podcast support
description: Newsboat is a feed reader for "RSS" and "Atom", XML
formats widely used to transmit, publish, and
+ syndicate news or blog articles. It's designed for use on text
terminals, and to have a coherent and
+ easy-to-use interface that might look familiar to `mutt' or
`slrn' users.
+
+ Newsboat supports OPML import/exports, HTML rendering, podcasts
(with `podboat'), off-line reading, searching
+ and storing articles to your file system, and many more
features.
relevance: 22
name: newsboat
version: 2.13
outputs: out
systems: x86_64-linux i686-linux
dependencies: asciidoc@8.6.10 curl@7.74.0 gettext-minimal@0.20.1
json-c@0.13.1 libxml2@2.9.10 ncurses@6.2
+ pkg-config@0.29.2 sqlite@3.31.1 stfl@0.24
location: gnu/packages/syndication.scm:159:2
homepage: https://newsboat.org/
license: GPL 2+, Expat
synopsis: Text-mode RSS and Atom feed reader with podcast support
description: Newsboat is a feed reader for "RSS" and "Atom", XML
formats widely used to transmit, publish, and
+ syndicate news or blog articles. It's designed for use on text
terminals, and to have a coherent and
+ easy-to-use interface that might look familiar to `mutt' or
`slrn' users.
+
+ Newsboat supports OPML import/exports, HTML rendering, podcasts
(with `podboat'), off-line reading, searching
+ and storing articles to your file system, and many more
features.
relevance: 22
Kind regards,
T G-R
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#47066: (At least) ‘guix search’ displays superseded packages twice
2021-03-11 10:42 bug#47066: (At least) ‘guix search’ displays superseded packages twice Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-03-11 10:50 ` zimoun
2021-03-11 16:59 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
0 siblings, 1 reply; 3+ messages in thread
From: zimoun @ 2021-03-11 10:50 UTC (permalink / raw)
To: Tobias Geerinckx-Rice, 47066
Hi Tobias,
On Thu, 11 Mar 2021 at 11:42, Tobias Geerinckx-Rice via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:
> ~ λ guix search ^newsboat
> name: newsboat
> version: 2.22.1
[...]
> name: newsboat
> version: 2.13
It is not the “same” package. So it appears to me expected they appear
twice. I mean, one is:
--8<---------------cut here---------------start------------->8---
(define-public newsboat
(package
(name "newsboat")
(version "2.22.1")
--8<---------------cut here---------------end--------------->8---
and the other
--8<---------------cut here---------------start------------->8---
(define-public newsboat-2.13
(package
(inherit newsboat)
(version "2.13")
--8<---------------cut here---------------end--------------->8---
therefore I do not see where the bug is. Could you explain more?
Thanks,
simon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-11 17:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-11 10:42 bug#47066: (At least) ‘guix search’ displays superseded packages twice Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-03-11 10:50 ` zimoun
2021-03-11 16:59 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).