gnu: go-github-com-oklog-ulid-v2: Update to 2.1.1.

* gnu/packages/golang-xyz.scm (go-github-com-oklog-ulid-v2): Update to 2.1.1.

Change-Id: I49641fccfb0a873f624ea874f09217600663a36d
This commit is contained in:
Sharlatan Hellseher 2025-11-25 08:44:55 +00:00
parent c7142e3107
commit 01ed8d5633
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -17059,7 +17059,7 @@ millisecond)
(package
(inherit go-github-com-oklog-ulid)
(name "go-github-com-oklog-ulid-v2")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method git-fetch)
@ -17068,7 +17068,7 @@ millisecond)
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1pxjrg48zrmzzdjpsz7b2d56x1vwix2wywgbbv3sdi5mqf0hz17y"))))
(base32 "0dn9zvg9mfm6043fkj3xdnrn504zzzvqmhh3kqxngh06jdllpwwh"))))
(arguments
(list
#:import-path "github.com/oklog/ulid/v2"))))