(use-modules (guix) (guix build-system gnu) (guix licenses)) (package (name "hello") (version "2.10") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/hello/hello-" version ".tar.gz")) (sha256 (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i")))) (build-system gnu-build-system) (synopsis "Hello, GNU world: An example GNU package") (description "Guess what GNU Hello prints!") (home-page "http://www.gnu.org/software/hello/") (license gpl3+)) lass='form'>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/kde-plasma.scm
AgeCommit message (Expand)Author
2020-12-30gnu: Add ksshaskpass.Z572
2020-12-18gnu: breeze: Split from breeze-icons.Hartmut Goebel
2020-12-12gnu: KDE: Fix old cgit home-pages.Hartmut Goebel
2020-10-27gnu: kscreenlocker: Use qt-build-system.Hartmut Goebel
2020-10-27gnu: KDE Plasma: Update to 5.19.5.Hartmut Goebel
2020-06-06gnu: KDE Plasma: Update to 5.18.5.Marius Bakke
2020-01-28gnu: Cleanup KDE packages to use the update qt-build-system.Hartmut Goebel
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-28gnu: Use the test-only Xorg variant for tests.Marius Bakke
2019-11-10gnu: kde plasma: Update to 5.17.0.Hartmut Goebel