Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: ndctl: Update to 70.1. | 9e64b3bcec0382fc890b6163d421aaa91d844e6a | Tobias Geerinckx-Rice | 2020-10-16 04:27:24 |
gnu: libostree: Update to 2020.7. | 295d969c3899794bb27c1e296b583d1cc2ef5324 | Tobias Geerinckx-Rice | 2020-10-16 04:45:40 |
gnu: python-sqlalchemy: Update to 1.3.20. | 7969a6adf38bd8d6dcdf83575f28e57200cb4976 | Tobias Geerinckx-Rice | 2020-10-16 13:08:22 |
gnu: tintin++: Update to 2.02.04. | 214ff8f6dbe95de95918b56ee7ad19d2a7c99faf | Tobias Geerinckx-Rice | 2020-10-16 12:03:36 |
gnu: soundtouch: Update to 2.2. | 46fd582ff5870efd7d243d6d0fcdfaa9c7cf2edf | Tobias Geerinckx-Rice | 2020-10-16 11:48:30 |
gnu: libressl: Update to 3.1.4. | 1aa375528b17e6cb41d137dd46b3d2018a8058a4 | Tobias Geerinckx-Rice | 2020-10-16 11:48:19 |
gnu: gnuzilla: Use 'assume-valid-file-name' where appropriate. | 27913a6d3862a858269ada931f51e0ba03912e8c | Ludovic Courtès | 2020-10-16 12:59:28 |
services: provenance: Wrap config file name in 'assume-valid-file-name'. | 5dbfdf8be4dc6250ab8475874e232e653b042cbf | Ludovic Courtès | 2020-10-16 12:57:25 |
gexp: Add 'assume-valid-file-name' syntax for use with 'local-file'. | 5d4ad8e1be6d60c38577e2f3d92cc5642b12eff0 | Ludovic Courtès | 2020-10-16 12:55:00 |
gnu: runc, skopeo, docker-cli, umoci: Don't 'chdir' in build phases. | e39e8d97c17c7e7a008a4f4e125ae6b3844cc03a | Ludovic Courtès | 2020-10-16 12:32:50 |
gnu: julia: Update to 1.5.2. | 9a4c83bdb61d046617e87ad9b4c0e1d6b55b1810 | Tim Howes | 2020-10-15 03:05:28 |
.guix-authorizations: Add m1gu3l. | b601aadaf59d25d4dea502f0aab16531038bff91 | Ludovic Courtès | 2020-10-16 09:51:36 |
guix-install.sh: Check the service 'nscd' and suggest it. | b2683a2bed424f58722c9c17c9582e3e2e19d9a3 | zimoun | 2020-10-13 17:12:03 |
guix-install.sh: Add symbolic links for supported shell completions. | b3fba5ef043b161d05a9fdc371a32d89e9b22ea1 | zimoun | 2020-10-13 17:12:04 |
nls: Update manual translations. | 4dd989708c7ab34df0b60ce9b6c0a8ca5c15e858 | Ludovic Courtès | 2020-10-16 08:51:44 |
nls: Update. | a743b04a41b9976a8d087056393ba5cf317af452 | Ludovic Courtès | 2020-10-16 08:39:31 |
gnu: docker-cli: Fix build. | 83fc59b46b8115c9f657e815f0acc46e926d5718 | Efraim Flashner | 2020-10-16 12:38:32 |
gnu: perl-db-file: Update to 1.855. | 24dd78a3cdd45d73d61c1133cac21f21c2331c2a | Tobias Geerinckx-Rice | 2020-10-16 04:03:47 |
gnu: cpuid: Fix typo. | 7f73ca75fac1308ec6987d5b20987e97695f1325 | Tobias Geerinckx-Rice | 2020-10-16 04:00:34 |
gnu: perl-role-tiny: Update to 2.001004. | e4089b897b195bce1d28efc4c4e3ca847e15ae89 | Tobias Geerinckx-Rice | 2020-10-14 15:19:48 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/disk.scm | 2 | 2 |
File gnu/packages/disk.scm changed (mode: 100644) (index 370f1bb01e..235df8ce9e) | |||
... | ... | passphrases.") | |
689 | 689 | (define-public ndctl | (define-public ndctl |
690 | 690 | (package | (package |
691 | 691 | (name "ndctl") | (name "ndctl") |
692 | (version "69") | ||
692 | (version "70.1") | ||
693 | 693 | (source (origin | (source (origin |
694 | 694 | (method git-fetch) | (method git-fetch) |
695 | 695 | (uri (git-reference | (uri (git-reference |
... | ... | passphrases.") | |
698 | 698 | (file-name (git-file-name name version)) | (file-name (git-file-name name version)) |
699 | 699 | (sha256 | (sha256 |
700 | 700 | (base32 | (base32 |
701 | "1l7p0ycj27d4z07gf9qp796xpg16kfsg3rwx6plhilbhip1as4w7")))) | ||
701 | "09ymdibcr18vpmyf2n0xrnzgccfvr7iy3p2l5lbh7cgz7djyl5wq")))) | ||
702 | 702 | (build-system gnu-build-system) | (build-system gnu-build-system) |
703 | 703 | (native-inputs | (native-inputs |
704 | 704 | `(("asciidoc" ,asciidoc) | `(("asciidoc" ,asciidoc) |