summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-04 08:52:38 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2026-01-04 08:52:38 +0300
commit1154117b762945b8a48dd0657e77de3bc508fc6a (patch)
tree00d7db6137c8ac52d0728a1f3d11bd7507ca0c2e /gnu
parent145cd3e234d059690d01d037ec4f9a45a9084ad3 (diff)
gnu: xfel: Update to 1.3.5.
* gnu/packages/admin.scm (xfel): Update to 1.3.5. Change-Id: I2c4cacf4b7f1f4d9b81120d4b597cb547c0ed2fa
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f65061dd57d..61cb0a00b0f 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -6988,7 +6988,7 @@ working directory, user, pid, command, and so on.")
(define-public xfel
(package
(name "xfel")
- (version "1.3.3")
+ (version "1.3.5")
(source
(origin
(method git-fetch)
@@ -6996,7 +6996,7 @@ working directory, user, pid, command, and so on.")
(url "https://github.com/xboot/xfel")
(commit (string-append "v" version))))
(sha256
- (base32 "15xlqkj7lf3xszgfyci32lrwdjhqmmm9clmwlp1qn6hywal3d2p4"))
+ (base32 "1vmb3dr3vplxdxn9i8i4chdnfihb429rakvkqsfccb885ivkkn3b"))
(file-name (git-file-name name version))))
(native-inputs
(list pkg-config))