gnu: plantuml: Add a source file-name.

* gnu/packages/uml.scm (plantuml)[source]: Add a file-name field.

Change-Id: I9fb1a19df5a28c76ebf1d55a78147ab135e21d65
This commit is contained in:
Efraim Flashner 2024-09-15 18:12:15 +03:00
parent 8f7be48131
commit 50cfa6cb0b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -39,6 +39,7 @@
(uri (git-reference
(url "https://github.com/plantuml/plantuml/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0h6hk34x5qc8cyqlw90wnakji8w6n9bykpr3dygvfwg2kvw5rhlv"))))