jupyter icon indicating copy to clipboard operation
jupyter copied to clipboard

New release?

Open raingloom opened this issue 3 years ago • 1 comments

I saw that the native compilation related bugs have been fixed a while ago and didn't get while the package in Guix still exhibited them. Turned we were indeed on the freshest stable release, it's just that there hasn't been a release in 2 years.

Is one planned sometime soon?

ps.: That also means the Guix package was broken but was still passing its check phase. I'm not sure how this package is tested, but regression tests might be a useful addition, if someone has the time to add them that is.

raingloom avatar Dec 01 '22 01:12 raingloom

I recognize this response will not solve your issue completely.

But try the following package transformation if you want to stay up to date.

((options->transformation
    '((with-branch . "emacs-jupyter=master"))) (specification->package "emacs-jupyter"))

You may also define a package that uses master (or the current commit hash) as the version to pull from.

Zaijab avatar Dec 08 '22 05:12 Zaijab