diff options
Diffstat (limited to 'guix-package-update-commits.txt')
-rw-r--r-- | guix-package-update-commits.txt | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/guix-package-update-commits.txt b/guix-package-update-commits.txt new file mode 100644 index 0000000..e076498 --- /dev/null +++ b/guix-package-update-commits.txt @@ -0,0 +1,48 @@ +ff5181e27e * daemon: Do not make chroot root directory read-only. +661bfd5459 * gnu: Remove duplicated package show-me-the-key. +1300d15763 * gnu: emacs-fj: Update to 0.6. +80cda80489 * man-db: Parse man macro arguments better. +c705d6e035 * man-db: Support mdoc-formatted man pages. +d1a1d7f2f7 * gnu: Add julia-simpletropical. +772b70455d * gnu: cgit: Update to 1.2.3-9.994d3fe. +c2f2dd1bf8 * gnu: guix-build-coordinator: Update to 0-128.7a253d1. +2d17db72d8 * gnu: font-go: Update to 2.010. +6fc5fb97cb * gnu: font-adobe-source-sans-pro: Update to 3.052. +fff4c6462f * gnu: font-arapey: Add revision number. +7dc2151550 * gnu: font-carlito: Update to 0.0.0-1.3a810ca. +5cdfd3d81f * gnu: azimuth: Update to 1.0.3-0.050f838. +70aa3b9c2f * gnu: font-adobe-source-han-sans: Update to 2.004. +198fe8bcdf * gnu: emacs-vundo: Update to 2.4.0. +0c7ffaacd2 * gnu: emacs-parsebib: Update to 6.7. +a775db2460 * gnu: emacs-jinx: Update to 2.1. +33c3ee5985 * gnu: emacs-julia-mode: Update to 1.0.2-0.7fc071e. +172e9a1aa1 * gnu: emacs-magit: Simplify package. +d262248c55 * gnu: localed: Remove trailing #t and re-indent. +383f7f5c89 * gnu: localed: Modernize. +41c40bc1cf * gnu: localed: Update to 257.4. +098b5cdf9c * gnu: elogind: Update to 255.17. +c17c6b9820 * services/base: Remove extraneous UDEV_CONFIG_FILE environment variable. +dedeb90501 * gnu: eudev: Build with udevrulesdir pointing to /etc/udev/rules.d. +744e973de3 * gnu: samba/pinned: Update to 4.18.1. +1 file changed, 2 insertions(+), 2 deletions(-) +gnu/packages/samba.scm | 4 ++-- + +modified gnu/packages/samba.scm +@@ -177,7 +177,7 @@ (define-public samba/pinned + (hidden-package + (package + (name "samba") +- (version "4.17.0") ++ (version "4.18.1") + (source + ;; For updaters: the current PGP fingerprint is + ;; 81F5E2832BD2545A1897B713AA99442FB680B620. +@@ -186,7 +186,7 @@ (define-public samba/pinned + (uri (string-append "https://download.samba.org/pub/samba/stable/" + "samba-" version ".tar.gz")) + (sha256 +- (base32 "0fl2y5avmyxjadh6zz0fwz35akd6c4j9lldzp2kyvjrgm36qx1h4")))) ++ (base32 "03ncp49pfpzjla205y3xpb9iy61dz4pryyrvyz26422a4hpsmpnf")))) + (build-system gnu-build-system) + (arguments + (list |