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: obs: Update to 26.0.2. a5d729fab09957d054add9620e7d36f194ed9336 Tobias Geerinckx-Rice 2020-10-08 10:14:18
gnu: chrony: Support Network Time Security (NTS). 6072182b3d9debaa126a6e4a3ac45eab9c28e20c Tobias Geerinckx-Rice 2020-10-08 08:01:57
gnu: chrony: Update to 4.0. f73e09b2c812eb0c348f7605b49ce6d19ec8bb4a Tobias Geerinckx-Rice 2020-10-08 08:01:18
gnu: Add cl-geco. 5a7235274573ba4d20487f341c3bcee333f391ab Guillaume Le Vaillant 2020-10-08 12:00:18
gnu: python-efl: Update to 1.25.0. 13c27c110f93e17538beda03e530344ff26fb453 Efraim Flashner 2020-10-08 11:09:19
gnu: efl: Adjust gdb autoload directory. c7877db26286181b2f8a51fad628dc5335e1122a Efraim Flashner 2020-10-08 10:42:19
gnu: efl: Update to 1.25.1. 753f26cd93b6650156eed7b5fea6f49e57fb8409 Efraim Flashner 2020-10-08 10:41:08
build: svn: Fix handle fetch errors. db9e4af0ead4b02e1a70f358de995c43249b8bcf zimoun 2020-10-06 23:05:21
hurd-boot: Create /servers/crash. 44e65a75886282a01001179e01bff2b9e957eb0a Ludovic Courtès 2020-10-08 10:15:06
system: Include 'guile-3.0-latest' in '%base-packages'. 275b37e84c41e9bf79c1c28783352d453500e939 Ludovic Courtès 2020-10-08 10:07:51
doc: Clarify that guix-daemon doesn't have to be launched from the checkout. 9022861dc028e99fab930721fe991a682c497bbb Ludovic Courtès 2020-10-08 07:57:12
doc: Developers don't need to run "make install" in Guix. 6f406e5d15ce477664dbf5c443c0db59ea3a06ec Ludovic Courtès 2020-10-08 07:42:54
doc: Improve choice of options in service examples. e463ee4c7bd44a7fdc372972fbc1d1ae8140f31b Ludovic Courtès 2020-10-08 07:32:40
gnu: gmsh: Update to 4.6.0. 229e04c66e3dfb83195552bb6a72496bf0493293 zimoun 2020-10-05 13:58:01
gnu: kdeconnect: Fix launching kdeconnect-app. 31113b6f3327704fcfed1e00717c131f9c0a6e2c Efraim Flashner 2020-10-08 09:03:57
gnu: Add emacs-windsize. 5cdf77fd75e7dc4b81af325cd75ee1fe1b91b55a Tomás Ortín Fernández 2020-10-04 14:58:58
gnu: giac: Update to 1.6.0-25. 1ceeaa5dffe79d65b790e2f083adfbe01c84c064 Nicolas Goaziou 2020-10-07 19:38:40
services: Fix gdm-autologin pam service. d8258177fe5d329836ac42eaf736f3f2e543ea53 Alex Griffin 2020-06-14 22:58:47
gnu: htslib: Enable support for custom URI schemes. fb0037af8cecc0ebaa330392b0c54a35b7b8a424 Roel Janssen 2020-10-07 13:33:28
gnu: eolie: Update to 0.9.99. 7adaf193443e7c6148cc8692cd09cd1f95ac8310 Tobias Geerinckx-Rice 2020-10-07 01:21:05
Commit a5d729fab09957d054add9620e7d36f194ed9336 - gnu: obs: Update to 26.0.2.
* gnu/packages/video.scm (obs): Update to 26.0.2.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-08 10:14
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-08 13:57
Parent(s): 6072182b3d9debaa126a6e4a3ac45eab9c28e20c
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 0bfa9b242376e35284efcb7b2ae39cd562fc3cee
File Lines added Lines deleted
gnu/packages/video.scm 2 2
File gnu/packages/video.scm changed (mode: 100644) (index 3cd7b994b6..b39bd7cada)
... ... be used for realtime video capture via Linux-specific APIs.")
2997 2997 (define-public obs (define-public obs
2998 2998 (package (package
2999 2999 (name "obs") (name "obs")
3000 (version "26.0.1")
3000 (version "26.0.2")
3001 3001 (source (origin (source (origin
3002 3002 (method git-fetch) (method git-fetch)
3003 3003 (uri (git-reference (uri (git-reference
 
... ... be used for realtime video capture via Linux-specific APIs.")
3006 3006 (file-name (git-file-name name version)) (file-name (git-file-name name version))
3007 3007 (sha256 (sha256
3008 3008 (base32 (base32
3009 "1w6hbj83w91ni4fkkvpr2yz443xsgzilpip1fn7cnbvyizr89c1y"))))
3009 "1d502f80whh686mvq0yn6zpa5nvmnlzxwp5sjz43vpbbvhpbrdqj"))))
3010 3010 (build-system cmake-build-system) (build-system cmake-build-system)
3011 3011 (arguments (arguments
3012 3012 `(#:configure-flags `(#:configure-flags
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