diff options
| author | Sughosha <sughosha@disroot.org> | 2025-11-10 20:46:39 +0530 |
|---|---|---|
| committer | Sughosha <sughosha@disroot.org> | 2025-11-10 20:46:39 +0530 |
| commit | 1037e93e91f15fcae33ab33f54aa4e8813f5d747 (patch) | |
| tree | 2d8fa6a158a5fdc655a8a475ce2dd8f7e5ff5d4a | |
| parent | 6ff8f0c0dba3f43194964dd3096b8e0f3285dad8 (diff) | |
gnu: darkice: Update to 1.5.
* gnu/packages/audio.scm (darkice): Update to 1.5.
Change-Id: I0d93de96363b018fab3e508d14754ea536553474
| -rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 86de4b45e29..8b444a7a9cb 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm | |||
| @@ -6498,7 +6498,7 @@ other Gnaural instances, allowing synchronous sessions between many users.") | |||
| 6498 | (define-public darkice | 6498 | (define-public darkice |
| 6499 | (package | 6499 | (package |
| 6500 | (name "darkice") | 6500 | (name "darkice") |
| 6501 | (version "1.4") | 6501 | (version "1.5") |
| 6502 | (source (origin | 6502 | (source (origin |
| 6503 | (method url-fetch) | 6503 | (method url-fetch) |
| 6504 | (uri (string-append "https://github.com/rafael2k/darkice/releases/" | 6504 | (uri (string-append "https://github.com/rafael2k/darkice/releases/" |
| @@ -6506,7 +6506,7 @@ other Gnaural instances, allowing synchronous sessions between many users.") | |||
| 6506 | version ".tar.gz")) | 6506 | version ".tar.gz")) |
| 6507 | (sha256 | 6507 | (sha256 |
| 6508 | (base32 | 6508 | (base32 |
| 6509 | "05yq7lggxygrkd76yiqby3msrgdn082p0qlvmzzv9xbw8hmyra76")))) | 6509 | "13h58skz5xik75sjv9kf2299haly2nc5gswl22ff1kvw79bw9d0q")))) |
| 6510 | (build-system gnu-build-system) | 6510 | (build-system gnu-build-system) |
| 6511 | (native-inputs (list pkg-config)) | 6511 | (native-inputs (list pkg-config)) |
| 6512 | (inputs (list lame | 6512 | (inputs (list lame |
