about summary refs log tree commit diff
path: root/pkgs/by-name/au
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-09 20:43:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-09 20:43:19 +0000
commit1a1b00ca7aa3e6e29d0bdaa851c28f58036929e2 (patch)
tree7a98ebd6cf8da0480a4346916f911d31c8246013 /pkgs/by-name/au
parent32146f31615787cc28af373e5bceaa256077b26c (diff)
audiness: 0.3.0 -> 0.3.1
Diffstat (limited to 'pkgs/by-name/au')
-rw-r--r--pkgs/by-name/au/audiness/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/au/audiness/package.nix b/pkgs/by-name/au/audiness/package.nix
index 28ab75b6dd790..1909d5411e624 100644
--- a/pkgs/by-name/au/audiness/package.nix
+++ b/pkgs/by-name/au/audiness/package.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "audiness";
-  version = "0.3.0";
+  version = "0.3.1";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "audiusGmbH";
     repo = "audiness";
     rev = "refs/tags/${version}";
-    hash = "sha256-PkzYsfEhwrMoB+a2eJMmt/PRCbjASQRm38reA8PP4aI=";
+    hash = "sha256-r+xWwXRKuTp5ifUUlF1K6BIVWh67hNLMBKBB7wnLLAM=";
   };
 
   nativeBuildInputs = with python3.pkgs; [