mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-flatlaf: Update to 3.5.4.
* gnu/packages/java-graphics.scm (java-flatlaf): Update to 3.5.4. Change-Id: I87645c695ee3c87a64f08d30f199badafb1d4c1b
This commit is contained in:
parent
cccc6b8b19
commit
f58d51dc7f
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
;;; GNU Guix --- Functional package management for GNU
|
||||
;;; Copyright © 2019, 2024 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2019, 2024, 2025 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2023 Frank Pursel <frank.pursel@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
|
@ -153,7 +153,7 @@ ascii art drawings that contain characters that resemble lines like @samp{|}
|
|||
(define-public java-flatlaf
|
||||
(package
|
||||
(name "java-flatlaf")
|
||||
(version "3.4.1")
|
||||
(version "3.5.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -162,7 +162,7 @@ ascii art drawings that contain characters that resemble lines like @samp{|}
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1qr7g8s5m89q5k31mnxk18lflz3l2hid4i055mim3b0m4vjs40pi"))
|
||||
"017n1w6hds4wrz597jk7v8r6pz0kz5j9xwd240nq7s8hc58d4c2q"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(for-each
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue