Hi Martin, On Wed, Apr 29, 2020 at 02:51:33PM -0500, Martin Becze wrote: > diff --git a/tests/crate.scm b/tests/crate.scm > index beaa696be0..65d5ac3389 100644 > --- a/tests/crate.scm > +++ b/tests/crate.scm > @@ -280,7 +280,7 @@ > (_ (error "Unexpected URL: " url))))) > > (match (crate->guix-package "foo") > - ((define-public rust-foo-1.0.0 > + ((define-public rust-foo-1.0 > (package (name "rust-foo") > (version "1.0.0") > (source I was under the impression that, ideally, we'd only include the minor version when it's necessary for disambugating semver-incompatible packages, i. e. rust-foo@1.0.0 would be called rust-foo-1, but rust-bar@0.3.7 would be called rust-bar-0.3. Thoughts? Regards, Jakub Kądziołka