maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: xterm: Update to 361. d605f58de5be0395b44a5989763f7e9ad81056ca Tobias Geerinckx-Rice 2020-10-15 19:43:56
gnu: praat: Update to 6.1.27. 16b0aa429ed065350180b5039937cf4d227e243d Tobias Geerinckx-Rice 2020-10-15 19:35:32
gnu: perl-email-sender: Update to 1.300035. 532db12edb6734dcd7cdfbb59a537c7921d53733 Tobias Geerinckx-Rice 2020-10-15 19:34:46
gnu: swaks: Update to 20201014.0. f04a7ef5b6265a7c84aa41386fb99fe83ad024cb Tobias Geerinckx-Rice 2020-10-15 18:58:42
gnu: swaks: Use git source. ad8cdc7b89d8f2d4406c70d3833f77f2f4cb20e4 Tobias Geerinckx-Rice 2020-10-15 18:46:57
gnu: fakeroot: Update to 1.25.3. 7f4a81540acb58edf740841addcbe07bf3b1f904 Tobias Geerinckx-Rice 2020-10-15 18:20:40
gnu: asunder: Update to 2.9.7. 25bc6ffdd06521702094bb799dd300090ac0bc52 Tobias Geerinckx-Rice 2020-10-15 17:52:26
gnu: knot-resolver: Build with only knot:lib. a97ea4ff2a407ec4c5bd3ffe55c9c59a1e8c37ea Tobias Geerinckx-Rice 2020-10-15 00:40:38
gnu: knot: Build separate outputs. 8154df5307bc3d27326e4a94c5b505a18c2723eb Tobias Geerinckx-Rice 2020-10-15 00:36:02
gnu: emacs-with-editor: Update to 2.9.4-1. 4caa84e29927d0ae225860ef0027359f2aa8d56a Michael Rohleder 2020-10-15 21:58:26
doc: cookbook: Clarify what keywords are. c0001b8bfca3409e25bd0e7d8925df2132e91d06 Ludovic Courtès 2020-10-15 21:50:11
gnu: synapse: Update to 1.20.1. 850a2f7417468b8894d17a5659fac83d06fcce41 Michael Rohleder 2020-10-12 12:34:51
gnu: go-ipfs: Update to 0.7.0. 58f0bd2468c6de7f350aaaecbeb51021e77913c3 Michael Rohleder 2020-10-12 09:16:59
gnu: zathura: Update to 0.4.7. 2266f16296c4fdf67458bac1e5a96aff5c0bca9b Michael Rohleder 2020-10-11 15:25:32
doc: Improve "Build Utilities". 699f1de7218421b9ab6752fef7a7109dca6ff7fc Ludovic Courtès 2020-10-15 21:32:47
gnu: mdk: Sort inputs alphabetically. 0ea23218ad5a625400fc478e24408e9fd1aec94a Efraim Flashner 2020-10-15 21:07:10
gnu: mdk: Fix indentation. 40541eaa0657785f27e6595e4e1b7a2ba4a1afde Efraim Flashner 2020-10-15 21:06:01
gnu: mdk: Update to 1.2.11. 62a7f3b84cec377a1359aeba0be6d1bf3e3123bb Efraim Flashner 2020-10-15 21:02:13
gnu: r-sf: Use proj instead of proj.4. ae6a61d7311cde7ccb863bcff57e26f7674ebc18 Wiktor Żelazny 2020-10-14 17:24:05
gnu: Add tsukundere. 3e072a59be55107bdcde4d1eabe2c857a254ebcc Leo Prikler 2020-10-15 10:20:41
Commit d605f58de5be0395b44a5989763f7e9ad81056ca - gnu: xterm: Update to 361.
* gnu/packages/xorg.scm (xterm): Update to 361.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-15 19:43
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-16 00:03
Parent(s): 16b0aa429ed065350180b5039937cf4d227e243d
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 48543982d00167821bc42f1abec71d71a60fc675
File Lines added Lines deleted
gnu/packages/xorg.scm 2 2
File gnu/packages/xorg.scm changed (mode: 100644) (index 3db4cbae2c..0eda94bc47)
... ... to answer a question. Xmessage can also exit after a specified time.")
6110 6110 (define-public xterm (define-public xterm
6111 6111 (package (package
6112 6112 (name "xterm") (name "xterm")
6113 (version "359")
6113 (version "361")
6114 6114 (source (origin (source (origin
6115 6115 (method url-fetch) (method url-fetch)
6116 6116 (uri (list (uri (list
 
... ... to answer a question. Xmessage can also exit after a specified time.")
6120 6120 "xterm-" version ".tgz"))) "xterm-" version ".tgz")))
6121 6121 (sha256 (sha256
6122 6122 (base32 (base32
6123 "0lcjifz027j99zf2dnms0h43xp5zznxr39safrpyarv59jlmdjii"))))
6123 "0gv27akkfb796aww1snq3c2sxmi8vajgfxk83g60awp4slh0yqc5"))))
6124 6124 (build-system gnu-build-system) (build-system gnu-build-system)
6125 6125 (arguments (arguments
6126 6126 '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts" '(#:configure-flags '("--enable-wide-chars" "--enable-load-vt-fonts"
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main