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: emacs-ivy-posframe: Update to 0.5.1. 49c5a7468aaad31b8093ae52d4684ed2f09a1c8e Nicolas Goaziou 2020-10-09 12:48:13
gnu: catch2: Update to 2.13.2. 4e395c74c81b8be3bcc26cb9d135fdd92e8b3497 Tobias Geerinckx-Rice 2020-10-08 17:16:29
gnu: libsndfile: Update source file hash. 64c20b05c861576e94a35a7232de2e3b8fe5c355 Tobias Geerinckx-Rice 2020-10-09 11:30:40
gnu: python-shapely: Remove cythonized files. 29a2eb36ff85eb75eeb907aa687fbb655b5f1097 Efraim Flashner 2020-10-09 05:02:28
gnu: python-shapely: Update to 1.7.1. 5fe5548907337fee70a3a961e6df9a586f5f52e5 Malte Frank Gerdes 2020-10-08 18:20:12
gnu: sunxi-tools: Fix build. 7e917283d71fee1a29363e113f29c8c21f7c4739 Danny Milosavljevic 2020-10-08 21:11:55
gnu: guix-build-coordinator: Update to 0-1.e701d4d. aadd3429fb28a48f2cffaf9f360baf7a41f58d26 Christopher Baines 2020-10-08 19:44:03
services: guix: Don't use normalized codeset for Guix Data Service. 65c9f07a1616382c00d23b83d7a42b0e72dd8df8 Christopher Baines 2020-10-08 19:21:02
offload: Improve load normalization and configurability. efbf5fdd01817ea75de369e3dd2761a85f8f7dd5 Maxim Cournoyer 2020-10-03 05:17:54
gnu: discount: Install .pc file. 01f9a4c0f23e23e1e626007e6ead948923a23a0d Tobias Geerinckx-Rice 2020-10-07 12:50:59
gnu: discount: Update to 2.2.7. 34316794e73091e8920e54bd089616ad27fe107c Tobias Geerinckx-Rice 2020-10-07 12:50:20
gnu: discount: Cross-compile. f41b56a92e8158f1fcb4cfef762783a6bab8a63d Tobias Geerinckx-Rice 2020-10-07 12:46:54
gnu: entr: Remove erroneous use of DESTDIR. 6ad8fc65d4baf5ac624021175dfa625c8fd35fd9 Tobias Geerinckx-Rice 2020-10-07 12:36:33
gnu: perl-file-listing: Update to 6.11. c4e48255d943a50b6b4aa7fe41c82a93bd376dbf Tobias Geerinckx-Rice 2020-10-08 13:51:27
gnu: borg: Update to 1.1.14. 7db756f785b92332b09a481db74cc60392787ac2 Tobias Geerinckx-Rice 2020-10-08 13:10:10
gnu: facter: Update to 4.0.42. 4e880695e0248a237fe7de27b212f4fa4d6a24fe Tobias Geerinckx-Rice 2020-10-08 11:49:42
gnu: vim: Update to 8.2.1812. a2398cc26eb13c5244389a262443860af7a5c65a Tobias Geerinckx-Rice 2020-10-08 11:41:47
gnu: s6-linux-utils: Update to 2.5.1.3. e2ec07c0db321cba3bd548ff2ad152683c7e9c2e Tobias Geerinckx-Rice 2020-10-08 11:33:40
gnu: s6-networking: Update to 2.3.2.0. 77ba8c46ebd7446cb668ff8a992c1f42beab5ef9 Tobias Geerinckx-Rice 2020-10-08 11:33:30
gnu: obs: Update to 26.0.2. a5d729fab09957d054add9620e7d36f194ed9336 Tobias Geerinckx-Rice 2020-10-08 10:14:18
Commit 49c5a7468aaad31b8093ae52d4684ed2f09a1c8e - gnu: emacs-ivy-posframe: Update to 0.5.1.
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.5.1.
Author: Nicolas Goaziou
Author date (UTC): 2020-10-09 12:48
Committer name: Nicolas Goaziou
Committer date (UTC): 2020-10-09 12:48
Parent(s): 4e395c74c81b8be3bcc26cb9d135fdd92e8b3497
Signer:
Signing key: DA00B4F048E92F2D
Signing status: E
Tree: 7faece7fbe5ebd9af5c9958d82043b39ffa5eec1
File Lines added Lines deleted
gnu/packages/emacs-xyz.scm 2 2
File gnu/packages/emacs-xyz.scm changed (mode: 100644) (index 99b6667bde..5909016422)
... ... interface.")
23417 23417 (define-public emacs-ivy-posframe (define-public emacs-ivy-posframe
23418 23418 (package (package
23419 23419 (name "emacs-ivy-posframe") (name "emacs-ivy-posframe")
23420 (version "0.5.0")
23420 (version "0.5.1")
23421 23421 (source (source
23422 23422 (origin (origin
23423 23423 (method url-fetch) (method url-fetch)
23424 23424 (uri (string-append "https://elpa.gnu.org/packages/" (uri (string-append "https://elpa.gnu.org/packages/"
23425 23425 "ivy-posframe-" version ".el")) "ivy-posframe-" version ".el"))
23426 23426 (sha256 (sha256
23427 (base32 "1xgx4p6y244jwyfc6c9wrqm7p3y7r1z9r45y214jp8sq95knk92k"))))
23427 (base32 "1yi5avbgk143xs82yqiia7yhh6jjjm22lpmwaq0ysw5mdpazjxfa"))))
23428 23428 (build-system emacs-build-system) (build-system emacs-build-system)
23429 23429 (propagated-inputs (propagated-inputs
23430 23430 `(("emacs-ivy" ,emacs-ivy) `(("emacs-ivy" ,emacs-ivy)
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