guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit cc30c66dc7d83a2d5665e383bc8ef30f8a956c24
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat May 2 21:29:12 2026 +0100

    gnu: go-github-com-bep-golibsass: Update to 1.2.0.
    
    * gnu/packages/golang-web.scm (go-github-com-bep-golibsass): Update to 
1.2.0.
    
    Change-Id: I82d56550d71390588cc93ee250042ce6df9b1dcb
---
 gnu/packages/golang-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index e32b78495c..764c2d0493 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -3758,7 +3758,7 @@ capable of querying the current time from a remote NTP 
server as specified in
 (define-public go-github-com-bep-golibsass
   (package
     (name "go-github-com-bep-golibsass")
-    (version "0.7.0")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -3767,7 +3767,7 @@ capable of querying the current time from a remote NTP 
server as specified in
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xk3m2ynbydzx87dz573ihwc4ryq0r545vz937szz175ivgfrhh3"))
+        (base32 "03v6x9775v6gcw3zr4cr2fvd234sagbj6nb0i3pyb44b1jwa0miw"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -3779,7 +3779,7 @@ capable of querying the current time from a remote NTP 
server as specified in
       #:import-path "github.com/bep/golibsass"
       ;; The dev build tag modifies the build to link to system libsass
       ;; instead of including the bundled one (which we remove.)
-      ;; 
https://github.com/bep/golibsass/blob/v0.7.0/internal/libsass/a__cgo_dev.go
+      ;; 
https://github.com/bep/golibsass/blob/v1.2.0/internal/libsass/a__cgo_dev.go
       #:build-flags #~(list "-tags" "dev")
       #:phases
       #~(modify-phases %standard-phases

Reply via email to