summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-05-15 08:59:45 +0200
committerGitHub <noreply@github.com>2023-05-15 08:59:45 +0200
commita1275a56d4a8d229c9d4d628e57de4bd0b735d8d (patch)
treebfc61b440f594edc12ed1f638ab80b6b4ded2903
parentb6c4a707d6bae3c86289434be84c8311a485599d (diff)
parent9bb523f5c93538d45d26d768eaf2377c6388d3f4 (diff)
Merge pull request #231939 from fabaff/pyaussiebb-bump
python310Packages.pyaussiebb: 0.0.16 -> 0.0.18
-rw-r--r--pkgs/development/python-modules/pyaussiebb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyaussiebb/default.nix b/pkgs/development/python-modules/pyaussiebb/default.nix
index 9ae3a45929f3b..1fcb88c0c77ed 100644
--- a/pkgs/development/python-modules/pyaussiebb/default.nix
+++ b/pkgs/development/python-modules/pyaussiebb/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "pyaussiebb";
-  version = "0.0.16";
+  version = "0.0.18";
   format = "pyproject";
 
   disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "yaleman";
     repo = "aussiebb";
     rev = "refs/tags/v${version}";
-    hash = "sha256-dbu26QFboqVaSFYlTXsOFA4yhXXNcB4QBCA8PZTphns=";
+    hash = "sha256-tEdddVsLFCHRvyLCctDakioiop2xWaJlfGE16P1ukHc=";
   };
 
   nativeBuildInputs = [