Re: look up for Guix version installed

2022-11-02 Thread zimoun
Hi,

On mer., 02 nov. 2022 at 14:07, Gottfried  wrote:

> where can I read
> guile-libguix 1.3.0-32.682639c or with which command I can find it?

This does not exist.  The point is that the package named ’guix’ is only
relevant for those who use Guix as a Guile library.  Otherwise, the
version of the current Guix you are using is provided by “guix describe”
or “guix --version” (when it is not broken ;-)) and this version is not
related with the version of the package named ’guix’.


Cheers,
simon



Re: look up for Guix version installed

2022-11-02 Thread zimoun
Hi,

On ven., 28 oct. 2022 at 18:54, Gottfried  wrote:

>   guix pull --news --details
>
> then it shows me the new and updated packages.
>
> And today there was:
>
> guix 1.3.0-32.682639c

This is Guix as a Guile library and not Guix as package manager.  IMHO,
you should read,

  guile-libguix 1.3.0-32.682639c

which is somehow independent from ’guix’ you are using.


Cheers,
simon



Re: look up for Guix version installed

2022-10-28 Thread Gottfried

Sincere thanks to paren, T G-R

I came to this idea because when I check:

 guix pull --news --details

then it shows me the new and updated packages.

And today there was:

guix 1.3.0-32.682639c

besides

 icedove-wayland@102.4.1,icedove@102.4.1, keepassxc@2.7.3, 
komikku@1.2.0, linux-libre-bpf@5.19.17 etc.


When icedove@102.4.1 shows the new version, which can be installed,
so I guessed that the new guix version can also be shown through a command.

Gottfried


Am 28.10.22 um 20:10 schrieb Tobias Geerinckx-Rice:

Gottfried 写道:

I would like to have the numbers... guix 1.3.0-32


Right.  That's what ‘guix --version’ should provide, but it's currently 
broken:


  λ guix --version
  guix (GNU Guix) 0

You can plug the commit given by ‘guix describe’ (or ‘guix system 
describe’, which can differ!) into a local Guix git checkout as a 
horrible work-around:


  λ guix describe
    […]
    guix 39e00f7
  […]
    commit: 39e00f7f6a0b80e95cf16970d201c786684e076a
  λ git clone https://git.savannah.gnu.org/git/guix.git
  λ cd guix
  λ git describe 39e00f7f6a0b80e95cf16970d201c786684e076a
  v1.3.0-26871-g39e00f7f6a0 (your ‘32’ was just a bit optimistic  :-)

I'm so sorry, but it technically does ‘work’…

Kind regards,

T G-R




OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: look up for Guix version installed

2022-10-28 Thread Tobias Geerinckx-Rice

Gottfried 写道:

I would like to have the numbers... guix 1.3.0-32


Right.  That's what ‘guix --version’ should provide, but it's 
currently broken:


 λ guix --version
 guix (GNU Guix) 0

You can plug the commit given by ‘guix describe’ (or ‘guix system 
describe’, which can differ!) into a local Guix git checkout as a 
horrible work-around:


 λ guix describe
   […]
   guix 39e00f7
 […]
   commit: 39e00f7f6a0b80e95cf16970d201c786684e076a
 λ git clone https://git.savannah.gnu.org/git/guix.git
 λ cd guix
 λ git describe 39e00f7f6a0b80e95cf16970d201c786684e076a
 v1.3.0-26871-g39e00f7f6a0 (your ‘32’ was just a bit optimistic 
 :-)


I'm so sorry, but it technically does ‘work’…

Kind regards,

T G-R


signature.asc
Description: PGP signature


Re: look up for Guix version installed

2022-10-28 Thread (
On Fri Oct 28, 2022 at 6:13 PM BST, Gottfried wrote:
> I would like to have the numbers... guix 1.3.0-32

That's not the version of Guix you have installed; that's the version of the
``guix'' package, which follows its own versioning scheme and is periodically
updated to the latest commit (and you shouldn't install it).

-- (



Re: look up for Guix version installed

2022-10-28 Thread Gottfried

Guix describe gives me:

gfp@Tuxedo ~$ guix describe
Generation 47   28. Oktober 2022 18:42:17   (aktuell)
  guix 8fed831
Repository-URL: https://git.savannah.gnu.org/git/guix.git
Branch: master
Commit: 8fed831e2affd33b6a4e092a190128f991905342

but it does not give me:

guix@1.3.0-32.682639c

I would like to have the numbers... guix 1.3.0-32

Gottfried


Am 28.10.22 um 18:57 schrieb (:

On Fri Oct 28, 2022 at 5:53 PM BST, Gottfried wrote:

which command (CLI) should I use to get the version of Guix, that is
installed on my system.
I checked the manual but didn't find anything. May be I overread it.


   guix describe

 -- (




OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Re: look up for Guix version installed

2022-10-28 Thread (
On Fri Oct 28, 2022 at 5:53 PM BST, Gottfried wrote:
> which command (CLI) should I use to get the version of Guix, that is 
> installed on my system.
> I checked the manual but didn't find anything. May be I overread it.

  guix describe

-- (



look up for Guix version installed

2022-10-28 Thread Gottfried


Hi Guixers,

which command (CLI) should I use to get the version of Guix, that is 
installed on my system.

I checked the manual but didn't find anything. May be I overread it.

e.g.: guix@1.3.0-32.682639c

Gottfried


OpenPGP_0x61FAF349C9FB7F94.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature