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: libde265: Update to 1.0.7. 0141d046b86182a9421530da41bbdccca98a37a1 Tobias Geerinckx-Rice 2020-10-05 21:58:47
gnu: vim: Update to 8.2.1801. f4f2a1e9c6fca571b3de2d27075188d4a3ace633 Tobias Geerinckx-Rice 2020-10-05 21:53:29
gnu: youtube-viewer: Update to 3.7.9. 0d7c75f0b81646c45e1afee1f8298b5e0274dd26 Tobias Geerinckx-Rice 2020-10-05 20:56:44
gnu: r-tclust: Update to 1.4-2. e02babf4c5ff510537032cac8233f2775fc73843 Ricardo Wurmus 2020-10-05 20:46:41
gnu: r-car: Update to 3.0-10. c2d80d4ca984b2e95d88e93cb7e3a48719f6495d Ricardo Wurmus 2020-10-05 20:46:38
gnu: r-quantreg: Update to 5.73. 58ad14b049fc1f4562fd698fe8f1d2b915ffafaf Ricardo Wurmus 2020-10-05 20:46:35
gnu: r-fpc: Update to 2.2-8. 32c573e3fd7893d383a1e4b1a73911d5290ae9ac Ricardo Wurmus 2020-10-05 20:46:32
gnu: r-gplots: Update to 3.1.0. 07d6afb6957694dcfd3a451bfb3cb8f75e4eeda7 Ricardo Wurmus 2020-10-05 20:46:29
gnu: r-matrixstats: Update to 0.57.0. d92b3555bd24901b139e5b2f1d55e5394aad85e9 Ricardo Wurmus 2020-10-05 20:46:24
gnu: r-rsqlite: Update to 2.2.1. 16d41d0d659b05821bf51ac7059b41ff0d7b787e Ricardo Wurmus 2020-10-05 20:46:21
gnu: r-rmarkdown: Update to 2.4. 4e8129f8fb31eeb1f865fa8829847f2d0a9adf19 Ricardo Wurmus 2020-10-05 20:46:17
gnu: r-readr: Update to 1.4.0. 5ebca6a3b7c6cfc183797cabf4dac62fb39e90c1 Ricardo Wurmus 2020-10-05 20:46:13
gnu: r-withr: Update to 2.3.0. e759d6b86db69bb6698631c2f099d5a5d63a86a8 Ricardo Wurmus 2020-10-05 20:46:05
gnu: r-devtools: Update to 2.3.2. 6a595864a5ffcf5c4cc62011a83db8781c03e6e8 Ricardo Wurmus 2020-10-05 20:46:02
gnu: r-openssl: Update to 1.4.3. 2753c5e7b803717093b37d4abb487177c7b72ede Ricardo Wurmus 2020-10-05 20:45:59
gnu: r-backports: Update to 1.1.10. 44f208c3ec79d14241a8fb8201db9421b0e5616e Ricardo Wurmus 2020-10-05 20:45:55
gnu: r-multitaper: Update to 1.0-15. b6c56ac2ad063263cc457bac5aca7cce9ebf1443 Ricardo Wurmus 2020-10-05 20:45:52
gnu: r-coda: Update to 0.19-4. 76c145e4023c4b1a1d82c85a31ffce418a21d5e3 Ricardo Wurmus 2020-10-05 20:45:49
gnu: r-knitr: Update to 1.30. 6f68893ae4238fe9bd9c3c07f834417b4122eba3 Ricardo Wurmus 2020-10-05 20:45:46
gnu: r-survival: Update to 3.2-7. f9def7000dfda84a66791269827b9200f62ea22d Ricardo Wurmus 2020-10-05 20:45:43
Commit 0141d046b86182a9421530da41bbdccca98a37a1 - gnu: libde265: Update to 1.0.7.
* gnu/packages/video.scm (libde265): Update to 1.0.7.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-05 21:58
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-05 23:04
Parent(s): f4f2a1e9c6fca571b3de2d27075188d4a3ace633
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: 22ac6d7c1d7ef6d609be4098299ae80b4fffed66
File Lines added Lines deleted
gnu/packages/video.scm 2 2
File gnu/packages/video.scm changed (mode: 100644) (index 148dee6ddc..938f9fa1de)
... ... applications by providing high-level classes for commonly required tasks.")
526 526 (define-public libde265 (define-public libde265
527 527 (package (package
528 528 (name "libde265") (name "libde265")
529 (version "1.0.6")
529 (version "1.0.7")
530 530 (source (source
531 531 (origin (origin
532 532 (method git-fetch) (method git-fetch)
 
... ... applications by providing high-level classes for commonly required tasks.")
536 536 (commit (string-append "v" version)))) (commit (string-append "v" version))))
537 537 (file-name (git-file-name name version)) (file-name (git-file-name name version))
538 538 (sha256 (sha256
539 (base32 "0ipccyavlgf7hfzx1g8bvzg62xq10vcxvwgq70r3z3j6mdvmrzjp"))))
539 (base32 "0x7g9771457z49qvzpk4iswfhq018i0mzsflv9gg8if5hjqhfdp0"))))
540 540 (build-system gnu-build-system) (build-system gnu-build-system)
541 541 (arguments (arguments
542 542 `(#: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